diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-06-22 15:56:24 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-06-22 15:56:24 +0000 |
commit | cf4eb7e1ad760134e718d82c4df59cbc3818a011 (patch) | |
tree | 41388988f8211e1e6ac05c0a4e957da1e72cf392 /ChangeLog.pre-2-6 | |
parent | 82f9e73aba375063f0102880476de4c8bbd30b1d (diff) | |
download | gtk+-cf4eb7e1ad760134e718d82c4df59cbc3818a011.tar.gz |
Accept "<WINDOWTYPE>" as a valid accel path. (#144427, Philip Kendall)
* gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
"<WINDOWTYPE>" as a valid accel path. (#144427, Philip
Kendall)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d8f6f9e3a0..9b1deeb05e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,9 @@ 2004-06-22 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept + "<WINDOWTYPE>" as a valid accel path. (#144427, Philip + Kendall) + * gtk/gtkselection.c (GTK_SELECTION_MAX_SIZE): Make sure this gets defined for all backends, so linux-fb has a chance of compiling. |