aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-11-08 19:04:08 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-11-08 19:04:08 +0800
commit768d77efa0ed6f6ac5780700cdae692422bf1613 (patch)
treef5a9ad945b83e8ffaefb8f64cf431d53206e14b8 /calendar/ChangeLog
parent4501cd95efbce5f0f9392df36987c805a9f50597 (diff)
downloadgsoc2013-evolution-768d77efa0ed6f6ac5780700cdae692422bf1613.tar
gsoc2013-evolution-768d77efa0ed6f6ac5780700cdae692422bf1613.tar.gz
gsoc2013-evolution-768d77efa0ed6f6ac5780700cdae692422bf1613.tar.bz2
gsoc2013-evolution-768d77efa0ed6f6ac5780700cdae692422bf1613.tar.lz
gsoc2013-evolution-768d77efa0ed6f6ac5780700cdae692422bf1613.tar.xz
gsoc2013-evolution-768d77efa0ed6f6ac5780700cdae692422bf1613.tar.zst
gsoc2013-evolution-768d77efa0ed6f6ac5780700cdae692422bf1613.zip
use GLib macros.
2002-11-08 Rodrigo Moya <rodrigo@ximian.com> * importers/evolution-calendar-importer.h: use GLib macros. * importers/main.c (init_importer): use bonobo_generic_factory_new, not bonobo_generic_factory_new_multi. (main): don't use libgnome functions. svn path=/trunk/; revision=18666
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 18a1ed8c27..2778c099bc 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2002-11-08 Rodrigo Moya <rodrigo@ximian.com>
+
+ * importers/evolution-calendar-importer.h: use GLib macros.
+
+ * importers/main.c (init_importer): use bonobo_generic_factory_new,
+ not bonobo_generic_factory_new_multi.
+ (main): don't use libgnome functions.
+
2002-11-07 Rodrigo Moya <rodrigo@ximian.com>
* cal-client/client-test.c: don't use GTK, we don't need it.