aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-03-11 09:45:48 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-03-11 09:45:48 +0800
commit9549c683578858f2ae5e811ed874b2158e4077f0 (patch)
tree5c98e45f10c394994383faccdbf885ecbb130268 /calendar/ChangeLog
parent0a908b7fe481dd3bf216021fd8e04489f5f2aa66 (diff)
downloadgsoc2013-evolution-9549c683578858f2ae5e811ed874b2158e4077f0.tar
gsoc2013-evolution-9549c683578858f2ae5e811ed874b2158e4077f0.tar.gz
gsoc2013-evolution-9549c683578858f2ae5e811ed874b2158e4077f0.tar.bz2
gsoc2013-evolution-9549c683578858f2ae5e811ed874b2158e4077f0.tar.lz
gsoc2013-evolution-9549c683578858f2ae5e811ed874b2158e4077f0.tar.xz
gsoc2013-evolution-9549c683578858f2ae5e811ed874b2158e4077f0.tar.zst
gsoc2013-evolution-9549c683578858f2ae5e811ed874b2158e4077f0.zip
Do not pass the INIT_SERVER flag to gnome_CORBA_init_with_popt_table().
2000-03-10 Federico Mena Quintero <federico@helixcode.com> * gui/main.c (main): Do not pass the INIT_SERVER flag to gnome_CORBA_init_with_popt_table(). Check for exceptions properly. (main): Initialize Bonobo. (main): Call process_dates() to parse the dates from the command line before we dump the events or the TODOs. (main): Use bonobo_main() instead of gtk_main(). svn path=/trunk/; revision=2097
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 ac1b4c9edc..70630f92f8 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,13 @@
2000-03-10 Federico Mena Quintero <federico@helixcode.com>
+ * gui/main.c (main): Do not pass the INIT_SERVER flag to
+ gnome_CORBA_init_with_popt_table(). Check for exceptions
+ properly.
+ (main): Initialize Bonobo.
+ (main): Call process_dates() to parse the dates from the command
+ line before we dump the events or the TODOs.
+ (main): Use bonobo_main() instead of gtk_main().
+
* cal-util/calobj.c (ical_new): Initialize the alarm types here.
Do not call default_alarm() anymore, since that is a GUI issue.
(default_alarm): Removed function.