From 0c0a7b00f9e808a2038569d125c20c51d4a18802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 12 Sep 2011 14:13:18 +0100 Subject: Fix a gap in the indicators region when the power indicator is not show This fixes https://bugs.launchpad.net/indicator-power/+bug/842188 --- src/indicator-power.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/indicator-power.c b/src/indicator-power.c index 28a8f17..db10f2c 100644 --- a/src/indicator-power.c +++ b/src/indicator-power.c @@ -839,6 +839,7 @@ get_label (IndicatorObject *io) { /* Create the label if it doesn't exist already */ priv->label = GTK_LABEL (gtk_label_new ("")); + gtk_widget_set_visible (GTK_WIDGET (priv->label), FALSE); } return priv->label; -- cgit v1.2.3