diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-06-28 17:23:05 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-06-28 17:23:05 +0100 |
commit | 377412200227fc9fb895df8c30d2f6cf70dc5597 (patch) | |
tree | 29f90f4c4184ccfc89561a335bc46557785129fe /src | |
parent | 88ee892950d919529229a4aa2814f00b3bda9b24 (diff) | |
download | ayatana-indicator-power-377412200227fc9fb895df8c30d2f6cf70dc5597.tar.gz ayatana-indicator-power-377412200227fc9fb895df8c30d2f6cf70dc5597.tar.bz2 ayatana-indicator-power-377412200227fc9fb895df8c30d2f6cf70dc5597.zip |
Fix typo
Diffstat (limited to 'src')
-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 9948503..1eb0797 100644 --- a/src/indicator-power.c +++ b/src/indicator-power.c @@ -423,7 +423,7 @@ get_accessible_desc (IndicatorObject *io) IndicatorPowerPrivate *priv = self->priv; const gchar *name; - if (priv->label == NULL) + if (priv->label != NULL) { name = gtk_label_get_text (priv->label); |