Hello community, here is the log from the commit of package evolution checked in at Thu May 18 18:40:07 CEST 2006. -------- --- GNOME/evolution/evolution.changes 2006-05-17 21:02:09.000000000 +0200 +++ evolution/evolution.changes 2006-05-18 11:25:21.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 18 11:23:56 CEST 2006 - sragavan@novell.com + +- Fixes (bnc) + 176025 - Dont delete manually calendar items, as they get removed automatically. + +------------------------------------------------------------------- New: ---- bnc-176025-evo-remove-calendar-items.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution.spec ++++++ --- /var/tmp/diff_new_pack.auQdlA/_old 2006-05-18 18:39:28.000000000 +0200 +++ /var/tmp/diff_new_pack.auQdlA/_new 2006-05-18 18:39:28.000000000 +0200 @@ -21,7 +21,7 @@ Autoreqprov: on Obsoletes: bonobo-conf Version: 2.6.0 -Release: 50 +Release: 51 Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.6/%{name}-%{version}.tar.bz2 Source1: summerdance-about2.png @@ -95,6 +95,7 @@ Patch76: bnc-171592-evo-alarm-crash.diff Patch77: bnc-171489-evo-evo-crash-start.diff Patch78: bnc-173186.patch +Patch79: bnc-176025-evo-remove-calendar-items.diff URL: http://gnome.org/projects/evolution/ BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: filesystem gconf2 shared-mime-info @@ -377,6 +378,7 @@ %patch76 %patch77 %patch78 +%patch79 %build rename no nb po/no.* @@ -498,6 +500,9 @@ %{prefix}/share/gnome-pilot/conduits/*.conduit %changelog -n evolution +* Thu May 18 2006 - sragavan@novell.com +- Fixes (bnc) + 176025 - Dont delete manually calendar items, as they get removed automatically. * Wed May 17 2006 - fejj@suse.de - Added bnc-173186.patch: NULL-check the return from dbus_message_get_path before strcmping it. ++++++ bnc-176025-evo-remove-calendar-items.diff ++++++ Index: plugins/itip-formatter/itip-formatter.c =================================================================== RCS file: /cvs/gnome/evolution/plugins/itip-formatter/itip-formatter.c,v retrieving revision 1.64 diff -u -p -r1.64 itip-formatter.c --- plugins/itip-formatter/itip-formatter.c 14 Feb 2006 13:33:34 -0000 1.64 +++ plugins/itip-formatter/itip-formatter.c 18 May 2006 06:05:51 -0000 @@ -1407,13 +1407,13 @@ view_response_cb (GtkWidget *widget, Iti break; } + if (e_cal_get_save_schedules (pitip->current_ecal)) + return; + if (pitip->delete_message) { g_message ("Deleting!"); camel_folder_delete_message (((EMFormat *) pitip->pobject.format)->folder, ((EMFormat *) pitip->pobject.format)->uid); } - - if (e_cal_get_save_schedules (pitip->current_ecal)) - return; if (itip_view_get_rsvp (ITIP_VIEW (pitip->view)) && status) { ECalComponent *comp = NULL; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de