wok view gtk+/stuff/revert-iconview.patch @ rev 13666

ccid: add --enable-twinserial
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 24 11:28:27 2012 +0100 (2012-11-24)
parents
children
line source
1 From 5c3bb1839cac52828756f9ddb98f49d586853991 Mon Sep 17 00:00:00 2001
2 From: Cosimo Cecchi <cosimoc@gnome.org>
3 Date: Wed, 16 Nov 2011 22:38:45 +0000
4 Subject: Revert "iconview: layout items immediately when setting a GtkTreeModel"
6 It makes GtkIconView segfault on GTK 2.24.
8 gtk_icon_view_expose() calls gtk_icon_view_layout() first thing if
9 there's a layout queued anyway, so we wouldn't end up in the same
10 situation causing the crash the original patch is supposed to fix.
12 This reverts commit 5a03f4a6a50237d86959f596dda143dfc2f040d1.
14 https://bugzilla.gnome.org/show_bug.cgi?id=663138
15 ---
16 diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
17 index 62877fa..54b3f3b 100644
18 --- a/gtk/gtkiconview.c
19 +++ b/gtk/gtkiconview.c
20 @@ -5423,7 +5423,7 @@ gtk_icon_view_set_model (GtkIconView *icon_view,
22 gtk_icon_view_build_items (icon_view);
24 - gtk_icon_view_layout (icon_view);
25 + gtk_icon_view_queue_layout (icon_view);
26 }
28 g_object_notify (G_OBJECT (icon_view), "model");
29 --
30 cgit v0.9.0.2