diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2007-06-06 14:24:31 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2007-06-06 14:24:31 +0000 |
commit | bf5df2271fe09f88013e702c9ef84c956fbd8a07 (patch) | |
tree | 1c822baf29ae3d76bc56f7491298137f10f016fa /NEWS | |
parent | f25af7074e08d4832be7d6ef3ccdd4e6a6d76476 (diff) | |
download | gdk-pixbuf-bf5df2271fe09f88013e702c9ef84c956fbd8a07.tar.gz |
reviewed by: Matthias Clasen <mclasen@redhat.com>
2007-06-06 Johan Dahlin <jdahlin@async.com.br>
reviewed by: Matthias Clasen <mclasen@redhat.com>
* gtk/gtkassistant.c (gtk_assistant_update_buttons_state):
Check if the wizard is empty before trying to access the first page.
(#444310, Johan Dahlin)
svn path=/trunk/; revision=18060
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Overview of Changes from GTK+ 2.11.2 to 2.11.3 +============================================== + +* Bugs fixed: + 444310 update_buttons_state on a bare assistant causes gtk+ to crash + Overview of Changes from GTK+ 2.11.1 to 2.11.2 ============================================== |