~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to libdbusmenu-gtk/client.c

  • Committer: Bileto Bot
  • Author(s): Dmitry Shachnev
  • Date: 2017-01-09 15:38:08 UTC
  • mfrom: (483.1.1 libdbusmenu)
  • Revision ID: ci-train-bot@canonical.com-20170109153808-nqlks3o4jr9s4qv3
Fix build with --enable-massivedebugging

Use %p for printing pointers, otherwise GCC complains.

Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
879
879
destroy_gmi (GtkMenuItem * gmi)
880
880
{
881
881
#ifdef MASSIVEDEBUGGING
882
 
        g_debug("Destroying GTK Menuitem %d", gmi);
 
882
        g_debug("Destroying GTK Menuitem %p", gmi);
883
883
#endif
884
884
 
885
885
        /* Call gtk_widget_destroy to remove from any containers and cleanup */