summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-12-17 12:38:13 +0100
committerThomas Haller <thaller@redhat.com>2014-12-17 12:42:46 +0100
commit28265e88750fb0fdbf0208f4a8b96f56e4da9fbb (patch)
tree9c144a4adef929c107dacca8363ef2d9d3cad30a
parent8424b7038ce3f123ecfd957708e097edf2762095 (diff)
downloadnetwork-manager-applet-th/appindicator-bgo740574.tar.gz
fixup! indicator: add support for --enable-indicatorth/appindicator-bgo740574
-rw-r--r--src/applet.c5
-rw-r--r--src/applet.h6
2 files changed, 3 insertions, 8 deletions
diff --git a/src/applet.c b/src/applet.c
index ff3c033e..17b78e5f 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -562,8 +562,6 @@ applet_item_activate_info_destroy (AppletItemActivateInfo *info)
g_free (info);
}
-void applet_schedule_update_menu (NMApplet *applet);
-
static void
add_and_activate_cb (NMClient *client,
NMActiveConnection *active,
@@ -2768,9 +2766,6 @@ foo_set_initial_state (gpointer data)
return FALSE;
}
-static gboolean setup_widgets (NMApplet *applet);
-static void nma_icons_init (NMApplet *applet);
-
static void
foo_client_setup (NMApplet *applet)
{
diff --git a/src/applet.h b/src/applet.h
index bc8c29cc..a8e01f50 100644
--- a/src/applet.h
+++ b/src/applet.h
@@ -140,9 +140,9 @@ typedef struct
/* Direct UI elements */
#ifdef ENABLE_INDICATOR
- AppIndicator * app_indicator;
- guint update_menu_id;
- gboolean in_fallback;
+ AppIndicator * app_indicator;
+ guint update_menu_id;
+ gboolean in_fallback;
#endif
GtkStatusIcon * status_icon;
int icon_size;