[evolution-patches] patch for missing call
- From: Rodrigo Moya <rodrigo ximian com>
- To: Evolution Patches <evolution-patches ximian com>
- Subject: [evolution-patches] patch for missing call
- Date: Tue, 15 Jul 2003 01:47:57 +0200
This got lost as part of the fix for the wrong sharing of the factories
list.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1802.2.16
diff -u -p -r1.1802.2.16 ChangeLog
--- ChangeLog 14 Jul 2003 18:45:34 -0000 1.1802.2.16
+++ ChangeLog 14 Jul 2003 23:48:29 -0000
@@ -1,5 +1,11 @@
2003-07-14 Rodrigo Moya <rodrigo ximian com>
+ * cal-client/cal-client.c (cal_client_finalize): uncomment the call
+ to destroy_factories, needed to unref all factories activated by
+ the CalClient.
+
+2003-07-14 Rodrigo Moya <rodrigo ximian com>
+
Fixes #41676
* gui/dialogs/alarm-options.c (palarm_options_changed_cb,
Index: cal-client/cal-client.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/cal-client/cal-client.c,v
retrieving revision 1.119.2.2
diff -u -p -r1.119.2.2 cal-client.c
--- cal-client/cal-client.c 7 Jul 2003 09:51:16 -0000 1.119.2.2
+++ cal-client/cal-client.c 14 Jul 2003 23:48:34 -0000
@@ -441,7 +441,7 @@ cal_client_finalize (GObject *object)
}
priv->w_client = NULL;
- /* destroy_factories (client); */
+ destroy_factories (client);
destroy_cal (client);
priv->load_state = CAL_CLIENT_LOAD_NOT_LOADED;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]