diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
commit | 71dfde0760b13ea318c656ddead128dbe634597d (patch) | |
tree | 604a8dbb563a5add31be347304c3eef5aa78e2a5 /x11/gnome-applets/files/patch-battstat_battstat_applet.c | |
parent | af8341069438e68bbabd2ab98ad25e0876c4d400 (diff) | |
download | marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip |
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/files/patch-battstat_battstat_applet.c')
-rw-r--r-- | x11/gnome-applets/files/patch-battstat_battstat_applet.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11/gnome-applets/files/patch-battstat_battstat_applet.c b/x11/gnome-applets/files/patch-battstat_battstat_applet.c deleted file mode 100644 index 05f217144..000000000 --- a/x11/gnome-applets/files/patch-battstat_battstat_applet.c +++ /dev/null @@ -1,30 +0,0 @@ ---- battstat/battstat_applet.c.orig 2010-11-22 15:38:27.000000000 +0100 -+++ battstat/battstat_applet.c 2011-03-07 19:09:55.000000000 +0100 -@@ -435,7 +435,7 @@ battery_full_notify (GtkWidget *applet) - GTK_ICON_LOOKUP_USE_BUILTIN, - NULL); - -- NotifyNotification *n = notify_notification_new (_("Your battery is now fully recharged"), "", /* "battery" */ NULL, applet); -+ NotifyNotification *n = notify_notification_new (_("Your battery is now fully recharged"), "", /* "battery" */ NULL); - - /* XXX: it would be nice to pass this as a named icon */ - notify_notification_set_icon_from_pixbuf (n, icon); -@@ -462,14 +462,14 @@ battery_full_notify (GtkWidget *applet) - static void - battery_full_dialog (GtkWidget *applet) - { -- /* first attempt to use libnotify */ -- if (battery_full_notify (applet)) -- return; -- - GtkWidget *dialog, *hbox, *image, *label; - GdkPixbuf *pixbuf; - - gchar *new_label; -+ /* first attempt to use libnotify */ -+ if (battery_full_notify (applet)) -+ return; -+ - dialog = gtk_dialog_new_with_buttons ( - _("Battery Notice"), - NULL, |