1
2006-01-11 Scott James Remnant <scott@netsplit.com>
3
* src/reboot.c: New file containing code to deal with reboot
5
* src/reboot.h: Header for new code.
6
* src/Makefile.am (update_notifier_SOURCES): Add new source files
9
* src/update-notifier.c (tray_icons_init): Initialise the reboot
11
(fam_init): Initialise watch for the reboot-required file.
12
(fam_check): If the reboot-required file gets touched or remove,
13
run the reboot_check function.
14
* src/update-notifier.h (struct _UpgradeNotifier): Add pointer to
15
reboot tray applet and request context for watching the file we'll
18
* data/notify-reboot-required: instead of copying a hook into the
19
directory, touch /var/run/reboot-required which is sufficient for
20
that message. Obviously anything wanting to give more detail can
22
* data/reboot-hook.in: Removed.
23
* data/Makefile.am (templates_DATA): Drop this now there's no hook.
25
* pixmaps/reboot.png: Copied pixmap from the Ubuntu logout dialog.
26
* pixmaps/reboot-icon.png: Taken from Tango theme and colours
27
modified to be a bie like the logout one.
28
* pixmaps/Makefile.am (appicon_DATA): added both new graphcis to
31
2005-03-03 Dan Damian <dand@gnome.ro>
34
* configure.in: Added Romanian translation.
36
2005-03-02 Martin Willemoes Hansen <mwh@sysrq.dk>
38
* da.po: Updated Danish translation.
40
2005-01-25 Martin Willemoes Hansen <mwh@sysrq.dk>
41
* da.po: Added Danish translation.
43
1
2005-01-06 Michael Vogt <mvo@debian.org>
44
2
* lot's of internal changes
45
3
* renamed to udpate-notifier