summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-03-10 18:18:52 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-03-10 18:18:52 +0000
commita2b09ad9bfd567ffcb026e0c481631b10122d8bf (patch)
treea92548e2fa71c9190995f128a89a96e7924ccd24
parentd8d4b24484d98cb6787a057c618a935101b6592f (diff)
downloadglade-a2b09ad9bfd567ffcb026e0c481631b10122d8bf.tar.gz
fixed compile and warnings when setting GtkWindow::icon-name
svn path=/trunk/; revision=1732
-rw-r--r--gladeui/glade-app.c2
-rw-r--r--plugins/gtk+/gtk+.xml.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/gladeui/glade-app.c b/gladeui/glade-app.c
index 25650dd7..5c767406 100644
--- a/gladeui/glade-app.c
+++ b/gladeui/glade-app.c
@@ -954,7 +954,7 @@ glade_app_add_project (GladeProject *project)
!(layout = glade_design_view_get_layout (view)) ||
!GTK_BIN (layout)->child)
{
- GList *node;
+ const GList *node;
for (node = glade_project_get_objects (project);
node != NULL;
node = g_list_next (node))
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 330a5e4c..b946c194 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -253,6 +253,7 @@ embedded in another object</_tooltip>
<properties>
<property id="visible" default="False"/>
+ <property id="icon-name" themed-icon="True" ignore="True"/>
<property common="True" id="gravity">
<displayable-values>
<value id="GDK_GRAVITY_NORTH_WEST" _name="North West"/>