forked from AuroraMiddleware/gtk
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:
parent
5b29d3d55e
commit
19463a9409
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user