aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-02-13 14:10:22 -0600
committerCharles Kerr <charles.kerr@canonical.com>2012-02-13 14:10:22 -0600
commit695ba1e2dba25a8974e618b58c4d200cd1b6e8f3 (patch)
tree616ce14314b7bd1cf3a4e14f6b615818d6fdc44b
parent4b5ec3d0baaf4bb377ad1cb05a88e62408e14a28 (diff)
downloadayatana-indicator-power-695ba1e2dba25a8974e618b58c4d200cd1b6e8f3.tar.gz
ayatana-indicator-power-695ba1e2dba25a8974e618b58c4d200cd1b6e8f3.tar.bz2
ayatana-indicator-power-695ba1e2dba25a8974e618b58c4d200cd1b6e8f3.zip
make prototypes for update_visibility() and should_be_visible() align with the neighboring forward declarations
-rw-r--r--src/indicator-power.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indicator-power.c b/src/indicator-power.c
index 4b84b26..bdec98e 100644
--- a/src/indicator-power.c
+++ b/src/indicator-power.c
@@ -93,8 +93,8 @@ static GtkMenu* get_menu (IndicatorObject * io);
static const gchar* get_accessible_desc (IndicatorObject * io);
static const gchar* get_name_hint (IndicatorObject * io);
-static void update_visibility (IndicatorPower * self);
-static gboolean should_be_visible (IndicatorPower * self);
+static void update_visibility (IndicatorPower * self);
+static gboolean should_be_visible (IndicatorPower * self);
static void gsd_appeared_callback (GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer user_data);