aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/shortcut-bar/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-05-18 08:32:18 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-05-18 08:32:18 +0800
commit844e27e365aa00a3d49055d316e5848c03118895 (patch)
tree7b6bd1177059f918201ae543a2bc9071daba94cb /widgets/shortcut-bar/ChangeLog
parent879ec8920b51709cf762cbb6785f8f321da55b2d (diff)
downloadgsoc2013-evolution-844e27e365aa00a3d49055d316e5848c03118895.tar
gsoc2013-evolution-844e27e365aa00a3d49055d316e5848c03118895.tar.gz
gsoc2013-evolution-844e27e365aa00a3d49055d316e5848c03118895.tar.bz2
gsoc2013-evolution-844e27e365aa00a3d49055d316e5848c03118895.tar.lz
gsoc2013-evolution-844e27e365aa00a3d49055d316e5848c03118895.tar.xz
gsoc2013-evolution-844e27e365aa00a3d49055d316e5848c03118895.tar.zst
gsoc2013-evolution-844e27e365aa00a3d49055d316e5848c03118895.zip
new signals "added_item", "removed_item", "added_group", "removed_group".
2000-05-18 Damon Chaplin <damon@helixcode.com> * e-shortcut-bar.[hc]: new signals "added_item", "removed_item", "added_group", "removed_group". Note that the removed signals are emitted just before the item/group is actually removed. * test-shortcut-bar.c: updated to test the new signals, and ref'ed the pixbufs in the icon callback. svn path=/trunk/; revision=3111
Diffstat (limited to 'widgets/shortcut-bar/ChangeLog')
-rw-r--r--widgets/shortcut-bar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog
index 9b6be0117d..c49b12ca72 100644
--- a/widgets/shortcut-bar/ChangeLog
+++ b/widgets/shortcut-bar/ChangeLog
@@ -1,3 +1,12 @@
+2000-05-18 Damon Chaplin <damon@helixcode.com>
+
+ * e-shortcut-bar.[hc]: new signals "added_item", "removed_item",
+ "added_group", "removed_group". Note that the removed signals are
+ emitted just before the item/group is actually removed.
+
+ * test-shortcut-bar.c: updated to test the new signals, and ref'ed
+ the pixbufs in the icon callback.
+
2000-05-16 Ettore Perazzoli <ettore@helixcode.com>
* e-clipped-label.c: Moved to $(top_srcdir)/widgets/misc.