]> Pileus Git - ~andy/gtk/commitdiff
Fix a warning
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 19 Jun 2005 04:44:44 +0000 (04:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 19 Jun 2005 04:44:44 +0000 (04:44 +0000)
gtk/gtkuimanager.c

index 6233b3ca1d6b3f8a286287b5463d4e46d5561361..72a2bde4c83b3c3e95eae715123b87bdbd44414a 100644 (file)
@@ -1732,7 +1732,7 @@ gtk_ui_manager_add_ui (GtkUIManager        *self,
 
   if (node_type == NODE_TYPE_UNDECIDED)
     {
-      g_warning ("item type not suitable for adding at '%s'", 
+      g_warning ("item type %d not suitable for adding at '%s'", 
                 type, path);
       return;
     }