diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-05-31 10:30:24 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-31 10:30:24 +0800 |
commit | c4fe21d4f65bd9e8dbdf2a6c873225fb821096f6 (patch) | |
tree | 98691e4bf39205103994dbee830d559e4aa9181b /calendar/ChangeLog | |
parent | e4e38ebdc91360b82fa2781e80673cda2c250d9d (diff) | |
download | gsoc2013-evolution-c4fe21d4f65bd9e8dbdf2a6c873225fb821096f6.tar.gz gsoc2013-evolution-c4fe21d4f65bd9e8dbdf2a6c873225fb821096f6.tar.zst gsoc2013-evolution-c4fe21d4f65bd9e8dbdf2a6c873225fb821096f6.zip |
Create the UI handler after we have constructed the parent GnomeApp.
2000-05-30 Federico Mena Quintero <federico@helixcode.com>
* gui/event-editor.c (event_editor_construct): Create the UI
handler after we have constructed the parent GnomeApp.
(main_menu): Menu template is now in place.
(toolbar): Tollbar template is now in place.
(create_toolbar): Turn off labels in the toolbar since it sucks;
it should support non-homogeneous buttons with horizontal icons
and text.
svn path=/trunk/; revision=3308
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d6b28823a0..2905f6774f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2000-05-30 Federico Mena Quintero <federico@helixcode.com> + + * gui/event-editor.c (event_editor_construct): Create the UI + handler after we have constructed the parent GnomeApp. + (main_menu): Menu template is now in place. + (toolbar): Tollbar template is now in place. + (create_toolbar): Turn off labels in the toolbar since it sucks; + it should support non-homogeneous buttons with horizontal icons + and text. + 2000-05-29 Federico Mena Quintero <federico@helixcode.com> * gui/gnome-cal.c (gnome_calendar_object_changed): Removed the |