diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-02-13 14:10:22 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-02-13 14:10:22 -0600 |
commit | 695ba1e2dba25a8974e618b58c4d200cd1b6e8f3 (patch) | |
tree | 616ce14314b7bd1cf3a4e14f6b615818d6fdc44b /src/indicator-power.c | |
parent | 4b5ec3d0baaf4bb377ad1cb05a88e62408e14a28 (diff) | |
download | ayatana-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
Diffstat (limited to 'src/indicator-power.c')
-rw-r--r-- | src/indicator-power.c | 4 |
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); |