Queue a layout. (#159436, Olivier Andrieu)

2004-11-26  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkiconview.c (gtk_icon_view_set_model):
	Queue a layout. (#159436, Olivier Andrieu)
This commit is contained in:
Matthias Clasen 2004-11-26 06:17:49 +00:00 committed by Matthias Clasen
parent 5b29d3d55e
commit 19463a9409
5 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* gtk/gtkiconview.c (gtk_icon_view_set_model): Check column types on the
new model, and check them all. (#159389, Olivier Andrieu)
(gtk_icon_view_set_model): Queue a layout. (#159436, Olivier Andrieu)
* gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list_for_display):
Don't crash if Xlib fails to return UTF-8. (#159373, Kristian Høgsberg)

View File

@ -2,6 +2,7 @@
* gtk/gtkiconview.c (gtk_icon_view_set_model): Check column types on the
new model, and check them all. (#159389, Olivier Andrieu)
(gtk_icon_view_set_model): Queue a layout. (#159436, Olivier Andrieu)
* gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list_for_display):
Don't crash if Xlib fails to return UTF-8. (#159373, Kristian Høgsberg)

View File

@ -2,6 +2,7 @@
* gtk/gtkiconview.c (gtk_icon_view_set_model): Check column types on the
new model, and check them all. (#159389, Olivier Andrieu)
(gtk_icon_view_set_model): Queue a layout. (#159436, Olivier Andrieu)
* gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list_for_display):
Don't crash if Xlib fails to return UTF-8. (#159373, Kristian Høgsberg)

View File

@ -2,6 +2,7 @@
* gtk/gtkiconview.c (gtk_icon_view_set_model): Check column types on the
new model, and check them all. (#159389, Olivier Andrieu)
(gtk_icon_view_set_model): Queue a layout. (#159436, Olivier Andrieu)
* gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list_for_display):
Don't crash if Xlib fails to return UTF-8. (#159373, Kristian Høgsberg)

View File

@ -3035,6 +3035,8 @@ gtk_icon_view_set_model (GtkIconView *icon_view,
gtk_icon_view_build_items (icon_view);
}
gtk_icon_view_queue_layout (icon_view);
g_object_notify (G_OBJECT (icon_view), "model");
}