]> git.pld-linux.org Git - packages/gnome-power-manager.git/blob - gnome-power-manager-popt.patch
- release 2
[packages/gnome-power-manager.git] / gnome-power-manager-popt.patch
1 diff -urN gnome-power-manager-2.19.92/applets/brightness/brightness-applet.c gnome-power-manager-2.19.92.new/applets/brightness/brightness-applet.c
2 --- gnome-power-manager-2.19.92/applets/brightness/brightness-applet.c  2007-08-14 22:29:10.000000000 +0200
3 +++ gnome-power-manager-2.19.92.new/applets/brightness/brightness-applet.c      2007-09-04 20:56:48.000000000 +0200
4 @@ -27,6 +27,7 @@
5  
6  #include <stdio.h>
7  #include <string.h>
8 +#include <libgnome/gnome-i18n.h>
9  #include <panel-applet.h>
10  #include <gtk/gtk.h>
11  #include <gtk/gtkbox.h>
12 diff -urN gnome-power-manager-2.19.92/applets/inhibit/inhibit-applet.c gnome-power-manager-2.19.92.new/applets/inhibit/inhibit-applet.c
13 --- gnome-power-manager-2.19.92/applets/inhibit/inhibit-applet.c        2007-08-14 22:29:10.000000000 +0200
14 +++ gnome-power-manager-2.19.92.new/applets/inhibit/inhibit-applet.c    2007-09-04 20:57:12.000000000 +0200
15 @@ -27,6 +27,7 @@
16  
17  #include <stdio.h>
18  #include <string.h>
19 +#include <libgnome/gnome-i18n.h>
20  #include <panel-applet.h>
21  #include <gtk/gtk.h>
22  #include <gtk/gtkbox.h>
23 diff -urN gnome-power-manager-2.19.92/src/gpm-control.c gnome-power-manager-2.19.92.new/src/gpm-control.c
24 --- gnome-power-manager-2.19.92/src/gpm-control.c       2007-07-27 01:28:18.000000000 +0200
25 +++ gnome-power-manager-2.19.92.new/src/gpm-control.c   2007-09-04 21:06:43.000000000 +0200
26 @@ -27,6 +27,7 @@
27  #include <stdio.h>
28  #include <time.h>
29  #include <errno.h>
30 +#include <libgnome/gnome-i18n.h>
31  #include <libgnomeui/gnome-client.h>
32  
33  #include <string.h>
34 diff -urN gnome-power-manager-2.19.92/src/gpm-notify.c gnome-power-manager-2.19.92.new/src/gpm-notify.c
35 --- gnome-power-manager-2.19.92/src/gpm-notify.c        2007-08-03 19:13:36.000000000 +0200
36 +++ gnome-power-manager-2.19.92.new/src/gpm-notify.c    2007-09-04 20:55:19.000000000 +0200
37 @@ -34,7 +34,7 @@
38  #ifdef HAVE_UNISTD_H
39  #include <unistd.h>
40  #endif /* HAVE_UNISTD_H */
41 -
42 +#include <libgnome/gnome-i18n.h>
43  #include <glib/gi18n.h>
44  #include <dbus/dbus-glib.h>
45  #include <gtk/gtk.h>
This page took 0.029125 seconds and 3 git commands to generate.