aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
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 /calendar/ChangeLog
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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog4
1 files changed, 4 insertions, 0 deletions
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)