[Xfce4-commits] <xfce4-battery-plugin:master> Use xfce4-battery-plugin icon again
Landry Breuil
noreply at xfce.org
Tue Apr 17 19:56:01 CEST 2012
Updating branch refs/heads/master
to 1158cd19d616208d581862909fcd289323b89cf4 (commit)
from f1b56cef50afb8251c678179c5db0dfa37e5f572 (commit)
commit 1158cd19d616208d581862909fcd289323b89cf4
Author: Landry Breuil <landry at xfce.org>
Date: Tue Apr 17 19:19:58 2012 +0200
Use xfce4-battery-plugin icon again
since commit 997016cd 'battery' was used from the selected theme
In the future (bug #7768) we might use icon showing battery status too..
panel-plugin/battery.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/battery.c b/panel-plugin/battery.c
index fc0c10a..ac40c70 100644
--- a/panel-plugin/battery.c
+++ b/panel-plugin/battery.c
@@ -649,7 +649,7 @@ battmon_icon (t_battmon *battmon)
/* try to load battery icon from your current icon theme */
icon = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (),
- "battery", size , 0, NULL);
+ "xfce4-battery-plugin", size , 0, NULL);
return icon;
}
More information about the Xfce4-commits
mailing list