~cairo-dock-team/cairo-dock-plug-ins/plug-ins

« back to all changes in this revision

Viewing changes to Xgamma/src/applet-notifications.c

  • Committer: Fabrice Rey
  • Date: 2010-09-04 00:50:31 UTC
  • Revision ID: fabounet03@gmail.com-20100904005031-cospbn3n8r4g0152
updated menus so that they are correctly layed out when the dock is locked 

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                G_TYPE_INVALID);
58
58
}
59
59
CD_APPLET_ON_BUILD_MENU_BEGIN
 
60
        //Sub-Menu
60
61
        GtkWidget *pSubMenu = CD_APPLET_CREATE_MY_SUB_MENU ();
61
62
                CD_APPLET_ADD_IN_MENU_WITH_STOCK (D_("Apply current luminosity on startup"), GTK_STOCK_DIALOG_WARNING, _cd_xgamma_remember_current_gamma, pSubMenu);
62
63
                CD_APPLET_ADD_SEPARATOR_IN_MENU (pSubMenu);