aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-02-08 04:39:09 +0800
committerChris Lahey <clahey@src.gnome.org>2002-02-08 04:39:09 +0800
commit757d9ab56d294b70f9dcd9e0f5aad34f224eae9e (patch)
tree6870ca3cb9a97d8b2f4aecae0977a1512fbf8d92 /widgets/ChangeLog
parentee74c2347274dd4f8f5e7ad687deb0a24eab5f7f (diff)
downloadgsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.gz
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.bz2
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.lz
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.xz
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.zst
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.zip
New function to handle unmerging menus at control deactivation time. (d):
2002-02-07 Christopher James Lahey <clahey@ximian.com> * menus/gal-view-menus.c, menus/gal-view-menus.h (gal_view_menus_unmerge): New function to handle unmerging menus at control deactivation time. (d): Turned off debugging output here. (build_menus): Gave the separators names and marked them with f="" to make them work better with bonobo 1. svn path=/trunk/; revision=15599
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r--widgets/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index 3f0de78944..8f24782991 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,6 +1,15 @@
2002-02-07 Christopher James Lahey <clahey@ximian.com>
* menus/gal-view-menus.c, menus/gal-view-menus.h
+ (gal_view_menus_unmerge): New function to handle unmerging menus
+ at control deactivation time.
+ (d): Turned off debugging output here.
+ (build_menus): Gave the separators names and marked them with f=""
+ to make them work better with bonobo 1.
+
+2002-02-07 Christopher James Lahey <clahey@ximian.com>
+
+ * menus/gal-view-menus.c, menus/gal-view-menus.h
(gal_view_menus_new): Made this take a GalViewInstance instead of
a GalViewCollection. Reworked most of this to utilize the
interfaces provided by GalViewInstance.