aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-12 05:26:09 +0800
committerDan Winship <danw@src.gnome.org>2000-05-12 05:26:09 +0800
commitdd6468c299863d7c77655ad0ab92171835838924 (patch)
tree97320ec48ce910901e9e11321bd36826291316a9
parentad6e274f8759c27493783aeed9cd01cc8eeae975 (diff)
downloadgsoc2013-evolution-dd6468c299863d7c77655ad0ab92171835838924.tar
gsoc2013-evolution-dd6468c299863d7c77655ad0ab92171835838924.tar.gz
gsoc2013-evolution-dd6468c299863d7c77655ad0ab92171835838924.tar.bz2
gsoc2013-evolution-dd6468c299863d7c77655ad0ab92171835838924.tar.lz
gsoc2013-evolution-dd6468c299863d7c77655ad0ab92171835838924.tar.xz
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
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/addressbook.c1
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/calendar-commands.c1
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/folder-browser-factory.c1
6 files changed, 15 insertions, 3 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);
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2b898fb46a..c481733731 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,9 @@
2000-05-11 Dan Winship <danw@helixcode.com>
+ * gui/calendar-commands.c (calendar_control_activate): Now that we
+ depend on current gnome-libs we can make the toolbar detachable
+ again.
+
* pcs/icalendar-save.c (timet_to_icaltime): remove unused timezone
variable to make this compile on BSD systems (where timezone is
the name of a function)
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index 73994d4302..3524c3d53b 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -573,7 +573,6 @@ calendar_control_activate (BonoboControl *control,
bonobo_ui_handler_dock_add (uih, "/Toolbar",
bonobo_object_corba_objref (BONOBO_OBJECT (bonobo_control_new (toolbar))),
- GNOME_DOCK_ITEM_BEH_LOCKED |
GNOME_DOCK_ITEM_BEH_EXCLUSIVE,
GNOME_DOCK_TOP,
1, 1, 0);
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 30a4674287..120674ed6a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-11 Dan Winship <danw@helixcode.com>
+
+ * folder-browser-factory.c (control_activate): Now that we depend
+ on current gnome-libs we can make the toolbar detachable again.
+
2000-05-11 Federico Mena Quintero <federico@helixcode.com>
* folder-browser-factory.c (development_warning): Left-justify the
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c
index 467741370f..b999d822bc 100644
--- a/mail/folder-browser-factory.c
+++ b/mail/folder-browser-factory.c
@@ -185,7 +185,6 @@ control_activate (BonoboControl *control, BonoboUIHandler *uih)
toolbar_control = bonobo_control_new (toolbar);
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);