diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 11:55:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 11:55:53 +0800 |
commit | ca2aa41893e603f39466c23a9a650f9a496e13a9 (patch) | |
tree | bab5e92d757237f40bee0ac858a82b5d0196a6e2 /addressbook/ChangeLog | |
parent | fdedf8998b91cd21a85730160896b733e985589f (diff) | |
download | gsoc2013-evolution-ca2aa41893e603f39466c23a9a650f9a496e13a9.tar gsoc2013-evolution-ca2aa41893e603f39466c23a9a650f9a496e13a9.tar.gz gsoc2013-evolution-ca2aa41893e603f39466c23a9a650f9a496e13a9.tar.bz2 gsoc2013-evolution-ca2aa41893e603f39466c23a9a650f9a496e13a9.tar.lz gsoc2013-evolution-ca2aa41893e603f39466c23a9a650f9a496e13a9.tar.xz gsoc2013-evolution-ca2aa41893e603f39466c23a9a650f9a496e13a9.tar.zst gsoc2013-evolution-ca2aa41893e603f39466c23a9a650f9a496e13a9.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=3321
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6ba494e18e..f10c26c2fc 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2000-06-01 Ettore Perazzoli <ettore@helixcode.com> + + * gui/component/addressbook.c (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-30 Christopher James Lahey <clahey@helixcode.com> * gui/component/e-cardlist-model.c, |