diff options
author | Javier Jardon <javier.jardon@codethink.co.uk> | 2011-07-06 11:47:30 +0100 |
---|---|---|
committer | Javier Jardon <javier.jardon@codethink.co.uk> | 2011-07-06 11:47:30 +0100 |
commit | 5db47ca78dfc279c774e1aaec9844929a3d1c379 (patch) | |
tree | 8d2c54de7d6631f44ee63c56e2fac9e4548ec712 | |
parent | 2cfdbd81b2adc5d77b871d47c45246e57ad0fec4 (diff) | |
download | ayatana-indicator-power-5db47ca78dfc279c774e1aaec9844929a3d1c379.tar.gz ayatana-indicator-power-5db47ca78dfc279c774e1aaec9844929a3d1c379.tar.bz2 ayatana-indicator-power-5db47ca78dfc279c774e1aaec9844929a3d1c379.zip |
Use the 'missing' icon instead the 'empty' icon by default
-rw-r--r-- | src/indicator-power.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. #include <libindicator/indicator-object.h> #include <libindicator/indicator-image-helper.h> -#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)) |