diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 11:46:13 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 11:46:13 +0800 |
commit | 7d0efdf785690d7e54344b756b8b73db5fc55ab7 (patch) | |
tree | a2cca3d9318eb0fdb8e12c2d2290de7a5686cbd5 /calendar/ChangeLog | |
parent | a718dec073135b0dac15e0f36e9a7ac6b9b9ddfa (diff) | |
download | gsoc2013-evolution-7d0efdf785690d7e54344b756b8b73db5fc55ab7.tar.gz gsoc2013-evolution-7d0efdf785690d7e54344b756b8b73db5fc55ab7.tar.zst gsoc2013-evolution-7d0efdf785690d7e54344b756b8b73db5fc55ab7.zip |
Make the toolbar look like a standard GNOME toolbar my putting it into
a GtkFrame. Also, make sure it cannot be dragged to the left or right
of the dock, because with the current non-BonoboUIHandler system we
use it causes bad bad things to happen.
svn path=/trunk/; revision=3319
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d18ac9e750..d96a698e6c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2000-06-01 Ettore Perazzoli <ettore@helixcode.com> + + * gui/calendar-commands.c (calendar_control_activate): Put the + toolbar into a frame to make it look like standard GNOME toolbars. + Also, set `GNOME_DOCK_ITEM_BEH_NEVER_VERTICAL' so that it does not + do evil things when its moved to the left or the right of the + window. + 2000-05-31 Federico Mena Quintero <federico@helixcode.com> * gui/gnome-cal.h (GnomeCalendar): Added a hash table to map |