]> Pileus Git - ~andy/gtk/commitdiff
Queue a layout. (#159436, Olivier Andrieu)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 26 Nov 2004 06:17:49 +0000 (06:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 26 Nov 2004 06:17:49 +0000 (06:17 +0000)
2004-11-26  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_set_model):
Queue a layout. (#159436, Olivier Andrieu)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkiconview.c

index c6c2600a14e6ee6536b6b536b1d761a4cb4605df..e87b10d190f43fe36adcfc53a0d4b378060a80cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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) 
index c6c2600a14e6ee6536b6b536b1d761a4cb4605df..e87b10d190f43fe36adcfc53a0d4b378060a80cb 100644 (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) 
index c6c2600a14e6ee6536b6b536b1d761a4cb4605df..e87b10d190f43fe36adcfc53a0d4b378060a80cb 100644 (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) 
index c6c2600a14e6ee6536b6b536b1d761a4cb4605df..e87b10d190f43fe36adcfc53a0d4b378060a80cb 100644 (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) 
index 9892eaaa6ac6c20fa6e3acc9a572a25b01b21372..79787f093e36b4b92f00502ea7733b103ae2b642 100644 (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");  
 }