~jgonzalezdr/cairo-dock-plug-ins/suspend-workaround-applet_3.3

« back to all changes in this revision

Viewing changes to Screenshot/src/applet-screenshot.c

  • Committer: Fabrice Rey
  • Date: 2013-09-27 23:42:26 UTC
  • Revision ID: fabounet03@gmail.com-20130927234226-d03se1r91jmffdu2
All: updated to use the new menu API

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
                }
277
277
                
278
278
                // pop up the menu
279
 
                GtkWidget *pMenu = gtk_menu_new ();
 
279
                GtkWidget *pMenu = gldi_menu_new (myIcon);
280
280
                
281
281
                CD_APPLET_ADD_IN_MENU_WITH_STOCK_AND_DATA (D_("Copy the location"), GTK_STOCK_COPY, _cd_copy_location, pMenu, NULL);
282
282