From 5db47ca78dfc279c774e1aaec9844929a3d1c379 Mon Sep 17 00:00:00 2001 From: Javier Jardon Date: Wed, 6 Jul 2011 11:47:30 +0100 Subject: Use the 'missing' icon instead the 'empty' icon by default --- src/indicator-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indicator-power.c b/src/indicator-power.c index 09d2081..5996e1e 100644 --- a/src/indicator-power.c +++ b/src/indicator-power.c @@ -37,7 +37,7 @@ with this program. If not, see . #include #include -#define DEFAULT_ICON "gpm-battery-empty" +#define DEFAULT_ICON "gpm-battery-missing" #define INDICATOR_POWER_TYPE (indicator_power_get_type ()) #define INDICATOR_POWER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INDICATOR_POWER_TYPE, IndicatorPower)) -- cgit v1.2.3