]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/gnome2-console/support.c
- Modify the depend section of each Makefile.in to reference
[bacula/bacula] / bacula / src / gnome2-console / support.c
index acedfc66874af2041a0efe8656036b9b22bab8b6..06a04b7dd5d757e2d10955d9aeb8ef062423ff04 100644 (file)
@@ -29,7 +29,7 @@ lookup_widget                          (GtkWidget       *widget,
       else
         parent = widget->parent;
       if (!parent)
-        parent = g_object_get_data (G_OBJECT (widget), "GladeParentKey");
+        parent = (GtkWidget*) g_object_get_data (G_OBJECT (widget), "GladeParentKey");
       if (parent == NULL)
         break;
       widget = parent;