~indicator-applet-developers/indicator-appmenu/trunk.15.04

« back to all changes in this revision

Viewing changes to src/window-menus.c

  • Committer: Ted Gould
  • Date: 2010-05-07 10:45:12 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: ted@gould.cx-20100507104512-k8dg0bzt069oc7hh
Fixing warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
        WindowMenusPrivate * priv = WINDOW_MENUS_GET_PRIVATE(user_data);
157
157
 
158
158
        if (!GTK_IS_MENU_ITEM(widget)) {
159
 
                g_warning("Got an item added to the menu which isn't a menu item");
 
159
                g_warning("Got an item added to the menu which isn't a menu item: %s", G_OBJECT_TYPE_NAME(widget));
160
160
                return;
161
161
        }
162
162