diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-06-03 02:48:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-06-03 02:48:37 +0000 |
commit | 16a43727faa87072aa79315c5812deb3bb4870d8 (patch) | |
tree | 957ffabc958776962c8045042bdbcf5dcabaefb9 /ChangeLog | |
parent | 03e6bf29ab1f1d9968cd5e2471f03b9072b341d5 (diff) | |
download | gtk+-16a43727faa87072aa79315c5812deb3bb4870d8.tar.gz |
Bug 536092 – GtkEntryCompletion's popup window should set type hint
* gtk/gtkentrycompletion.c (gtk_entry_completion_init): Set
a type hint on the popup window to help compiz.
Patch by Vaclav Slavik.
svn path=/trunk/; revision=20294
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-06-02 Matthias Clasen <mclasen@redhat.com> + + Bug 536092 – GtkEntryCompletion's popup window should set type hint + + * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Set + a type hint on the popup window to help compiz. + Patch by Vaclav Slavik. + 2008-06-02 Claudio Saavedra <csaavedra@igalia.com> Bug 535862 – gtk_action_create_icon can't create icons from the |