diff options
Diffstat (limited to 'x11/gnomeapplets2/files/patch-battstat_battstat_applet.c')
-rw-r--r-- | x11/gnomeapplets2/files/patch-battstat_battstat_applet.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/x11/gnomeapplets2/files/patch-battstat_battstat_applet.c b/x11/gnomeapplets2/files/patch-battstat_battstat_applet.c index 3bee2ecc8..a95b7b569 100644 --- a/x11/gnomeapplets2/files/patch-battstat_battstat_applet.c +++ b/x11/gnomeapplets2/files/patch-battstat_battstat_applet.c @@ -1,21 +1,21 @@ ---- battstat/battstat_applet.c.orig Sun Jul 3 17:25:06 2005 -+++ battstat/battstat_applet.c Sun Jul 3 17:25:36 2005 -@@ -446,14 +446,15 @@ battery_full_notify (void) +--- battstat/battstat_applet.c.orig Fri Aug 19 22:13:49 2005 ++++ battstat/battstat_applet.c Tue Aug 23 20:37:13 2005 +@@ -430,14 +430,14 @@ battery_full_notify (GtkWidget *applet) static void - battery_full_dialog( void ) + battery_full_dialog (GtkWidget *applet) { -+ GtkWidget *dialog, *hbox, *image, *label; -+ GdkPixbuf *pixbuf; -+ gchar *new_label; -+ - /* first attempt to use libnotify */ - if (battery_full_notify ()) - return; - -- GtkWidget *dialog, *hbox, *image, *label; -- GdkPixbuf *pixbuf; +- /* first attempt to use libnotify */ +- if (battery_full_notify (applet)) +- return; +- + GtkWidget *dialog, *hbox, *image, *label; + GdkPixbuf *pixbuf; -- gchar *new_label; + gchar *new_label; ++ /* first attempt to use libnotify */ ++ if (battery_full_notify (applet)) ++ return; ++ dialog = gtk_dialog_new_with_buttons ( _("Battery Notice"), NULL, |