Package: gnome-calendar / 3.22.4-2

Metadata

Package Version Patches format
gnome-calendar 3.22.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Hide GOA sources on Unity.patch | (download)

src/gcal-manager.c | 14 10 + 4 - 0 !
src/gcal-source-dialog.c | 9 9 + 0 - 0 !
2 files changed, 19 insertions(+), 4 deletions(-)

 [patch 1/2] hide goa sources on unity

(Backported to gnome-3-18, use the patches on the bug for 3.20)

https://bugzilla.gnome.org/show_bug.cgi?id=761259

0002 Spawn Ubuntu s credentials panel instead of the GOA .patch | (download)

src/gcal-source-dialog.c | 63 50 + 13 - 0 !
1 file changed, 50 insertions(+), 13 deletions(-)

 [patch 2/2] spawn ubuntu's credentials panel instead of the goa
 online-accounts one on Unity

Show the cog button to launch the control-center in the remaining
GtkGrid in this case.

(Backported to gnome-3-18, use the patches on the bug for 3.20)

https://bugzilla.gnome.org/show_bug.cgi?id=761259

0003 set edit dialogs event to NULL after saving.patch | (download)

src/gcal-window.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 window: set edit dialog's event to null after saving

Earlier the app used to crash when a new event was added using the
'Edit Details' buttion/dialog. This was happening because edit dialog's
event was set to NULL before the event was being stored in the calendar
through the 'edit_dialog' and hence the app was crashing.

This patch fixes the above-mentioned issue by saving the event before
setting the edit dialog's event to NULL.