diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-01-11 01:05:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-01-11 01:05:42 +0000 |
commit | 130c18a1ea9dcdfbe53dff2814db6f0ec513b4b8 (patch) | |
tree | c0008befa29070dbd8bbfc38e37f0a4e35b25d40 /ChangeLog | |
parent | c458d15779d8b446246930894afbbb9ea194f49e (diff) | |
download | gtk+-130c18a1ea9dcdfbe53dff2814db6f0ec513b4b8.tar.gz |
Remove accidentally committed notification stuff.
Sun Jan 11 01:55:07 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaccelmap.c: Remove accidentally committed notification stuff.
(gtk_accel_map_lock_path):
(gtk_accel_map_unlock_path): Path locking can now be nested, a missing
entry is silently created during lock_path(), and treated as an error
during unlock_path(). These changes have been requested by Tim Janik.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sun Jan 11 01:55:07 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. + (gtk_accel_map_lock_path): + (gtk_accel_map_unlock_path): Path locking can now be nested, a missing + entry is silently created during lock_path(), and treated as an error + during unlock_path(). These changes have been requested by Tim Janik. + Fri Jan 9 22:23:45 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c: Introduce a new parser state for |