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

« back to all changes in this revision

Viewing changes to powermanager/src/powermanager-menu-functions.c

  • Committer: Fabrice Rey
  • Date: 2013-05-19 17:26:37 UTC
  • Revision ID: fabounet03@gmail.com-20130519172637-cc4oyb5q3z0jd139
Here is quite a huge commit; it's "just" to update to the new core API

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
 
29
29
CD_APPLET_ON_CLICK_BEGIN
30
 
        cairo_dock_remove_dialog_if_any (myIcon);
 
30
        gldi_dialogs_remove_on_icon (myIcon);
31
31
        cd_powermanager_bubble ();
32
32
CD_APPLET_ON_CLICK_END
33
33