[network-manager-applet/pavlix/appindicator-bgo740574: 7/7] fixup! indicator: add support for --enable-indicator
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/pavlix/appindicator-bgo740574: 7/7] fixup! indicator: add support for --enable-indicator
- Date: Wed, 17 Dec 2014 12:42:11 +0000 (UTC)
commit 28265e88750fb0fdbf0208f4a8b96f56e4da9fbb
Author: Thomas Haller <thaller redhat com>
Date: Wed Dec 17 12:38:13 2014 +0100
fixup! indicator: add support for --enable-indicator
src/applet.c | 5 -----
src/applet.h | 6 +++---
2 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/src/applet.c b/src/applet.c
index ff3c033..17b78e5 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 bc8c29c..a8e01f5 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]