~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/update-notifier.h

  • Committer: Michael Vogt
  • Date: 2009-06-30 11:18:26 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090630111826-h2xf163yt6lkxvq1
add /apps/update-notifier/hide_reboot_notification
gconf key to hide the reboot required messages 
(as suggested by tjaalton)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#define GCONF_KEY_END_SYSTEM_UIDS "/apps/update-notifier/end_system_uids"
32
32
#define GCONF_KEY_AUTO_LAUNCH "/apps/update-notifier/auto_launch"
33
33
#define GCONF_KEY_AUTO_LAUNCH_INTERVAL "/apps/update-notifier/regular_auto_launch_interval"
 
34
#define GCONF_KEY_HIDE_REBOOT "/apps/update-notifier/hide_reboot_notification"
34
35
#define GCONF_KEY_LAST_LAUNCH "/apps/update-manager/launch_time"
35
36
 
36
37
#define HOOKS_DIR "/var/lib/update-notifier/user.d/"