diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-05-26 01:43:31 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-26 01:43:31 +0800 |
commit | ff224ac819812b4ac9707083ebcd25889e6d7ec4 (patch) | |
tree | c3b8e7e82015ae4259dc27e0068d96c224cc7b8c /calendar/ChangeLog | |
parent | a979df3778682adb6f90ef3477e62fc077a8e9b8 (diff) | |
download | gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar.gz gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar.bz2 gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar.lz gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar.xz gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar.zst gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.zip |
Do not initialize libglade twice.
2000-05-25 Federico Mena Quintero <federico@helixcode.com>
* gui/main.c (init_bonobo): Do not initialize libglade twice.
* gui/component-factory.c (create_view): Set the folder_uri
property, otherwise the calendar will not get loaded into the
view.
svn path=/trunk/; revision=3203
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b4731c166c..4930ec925c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2000-05-25 Federico Mena Quintero <federico@helixcode.com> + + * gui/main.c (init_bonobo): Do not initialize libglade twice. + + * gui/component-factory.c (create_view): Set the folder_uri + property, otherwise the calendar will not get loaded into the + view. + +2000-05-24 Federico Mena Quintero <federico@helixcode.com> + + * gui/print.c (range_selector_new): New function to create the + custom range selector. + (print_dialog): New function to show the print dialog. + (print_calendar): Use the print dialog. + 2000-05-25 Christopher James Lahey <clahey@helixcode.com> * gui/main.c: Make it so that warnings don't crash calendar. |