GNOME Bugzilla – Bug 331446
gnome-power-manager could use configure option to disable action menu items
Last modified: 2006-02-16 20:23:14 UTC
Hi, In the long term we should really think about getting the various power manager actions integrated into the gnome-panel menus/dialogs. One useful step in that direction would be a configure time option to disable the gnome-power manager actions from the battery power notification icon.
Yes agreed, I got this one.
2006-02-16 Richard Hughes <richard@hughsie.com> * configure.in: Add --enable-actions-menu=no so we can disable the menu at compile time. Fixes bug #331446 * src/gpm-manager.c (gpm_manager_init): Only add actions to the tray icon if ACTIONS_MENU_ENABLED is enabled.