summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-04-29 21:36:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-29 21:36:30 +0000
commit40532b0d45e4d5bd72f039725acbfcee079582f2 (patch)
tree53a05f45808371c21022b778dc2ee004d32960e6 /ChangeLog.pre-2-4
parente28adbacc73f8dfff98bce45821374e31b7a0f8e (diff)
downloadgtk+-40532b0d45e4d5bd72f039725acbfcee079582f2.tar.gz
Use _gtk_action_emit_activate() instead of directly emitting the activate
2004-04-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c (closure_accel_activate): Use _gtk_action_emit_activate() instead of directly emitting the activate signal. (#141429, Jody Goldberg) * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): Warn people when the accelerator can not be parsed. (#141429, Jody Goldberg)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-410
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index c2f0d11798..54efeb14e9 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,15 @@
2004-04-29 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaction.c (closure_accel_activate): Use
+ _gtk_action_emit_activate() instead of directly
+ emitting the activate signal. (#141429, Jody Goldberg)
+
+ * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):
+ Warn people when the accelerator can not be
+ parsed. (#141429, Jody Goldberg)
+
+2004-04-29 Matthias Clasen <mclasen@redhat.com>
+
* tests/testentrycompletion.c (main): Add a missing
cat. (#141070, Chris Sherlock)