diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-12 05:26:09 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-12 05:26:09 +0800 |
commit | dd6468c299863d7c77655ad0ab92171835838924 (patch) | |
tree | 97320ec48ce910901e9e11321bd36826291316a9 /addressbook | |
parent | ad6e274f8759c27493783aeed9cd01cc8eeae975 (diff) | |
download | gsoc2013-evolution-dd6468c299863d7c77655ad0ab92171835838924.tar.gz gsoc2013-evolution-dd6468c299863d7c77655ad0ab92171835838924.tar.zst gsoc2013-evolution-dd6468c299863d7c77655ad0ab92171835838924.zip |
make the toolbars detachable now that we require a new enough version
of gnome-libs to avoid the bonobo-toolbar-detaching bug
svn path=/trunk/; revision=2997
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0a35c45106..6fbc0f1339 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2000-05-11 Dan Winship <danw@helixcode.com> + + * gui/component/addressbook.c (control_activate): Now that we + depend on recent gnome-libs we can make the toolbar detachable + again. + 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * gui/component/addressbook.c: Make the table view be sorted by diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index ce92d28563..1807213798 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -395,7 +395,6 @@ control_activate (BonoboControl *control, BonoboUIHandler *uih, bonobo_ui_handler_dock_add ( uih, "/Toolbar", bonobo_object_corba_objref (BONOBO_OBJECT (toolbar_control)), - GNOME_DOCK_ITEM_BEH_LOCKED | GNOME_DOCK_ITEM_BEH_EXCLUSIVE, GNOME_DOCK_TOP, 1, 1, 0); |