aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-09 04:20:33 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-09 04:20:33 +0800
commitba1c0d0543d02df34348f27683ebd30a27d68502 (patch)
treee83f7ac94c79df8138421144ff506c36f9c3e4d0 /calendar/ChangeLog
parent88e9abec50a746253fb33ff04741e482b51505ce (diff)
downloadgsoc2013-evolution-ba1c0d0543d02df34348f27683ebd30a27d68502.tar
gsoc2013-evolution-ba1c0d0543d02df34348f27683ebd30a27d68502.tar.gz
gsoc2013-evolution-ba1c0d0543d02df34348f27683ebd30a27d68502.tar.bz2
gsoc2013-evolution-ba1c0d0543d02df34348f27683ebd30a27d68502.tar.lz
gsoc2013-evolution-ba1c0d0543d02df34348f27683ebd30a27d68502.tar.xz
gsoc2013-evolution-ba1c0d0543d02df34348f27683ebd30a27d68502.tar.zst
gsoc2013-evolution-ba1c0d0543d02df34348f27683ebd30a27d68502.zip
(calendar_offline_handler_class_init): GObjectified.
(impl_finalize): Finalize impl. (impl_dispose): Dispose impl. (calendar_offline_handler_new): Use g_object_new(). (backend_cal_opened): use g_signal_connect() instead of gtk_signal_connect(). (backend_go_offline): Likewise. (backend_cal_opened): g_object_unref() instead of gtk_object_unref(). (backend_go_offline): Likewise. svn path=/trunk/; revision=18671
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2778c099bc..e80acbbecd 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,17 @@
+2002-11-08 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/calendar-offline-handler.c
+ (calendar_offline_handler_class_init): GObjectified.
+ (impl_finalize): Finalize impl.
+ (impl_dispose): Dispose impl.
+ (calendar_offline_handler_new): Use g_object_new().
+ (backend_cal_opened): use g_signal_connect() instead of
+ gtk_signal_connect().
+ (backend_go_offline): Likewise.
+ (backend_cal_opened): g_object_unref() instead of
+ gtk_object_unref().
+ (backend_go_offline): Likewise.
+
2002-11-08 Rodrigo Moya <rodrigo@ximian.com>
* importers/evolution-calendar-importer.h: use GLib macros.