diff options
author | Dan Williams <dcbw@redhat.com> | 2016-03-15 13:38:12 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2016-03-17 16:13:11 -0500 |
commit | dde6b547a83e138c5bb94984607133a48575c9dd (patch) | |
tree | 4a919e42cc2baf0b576efa9a8f0a2e8fd51c6edc /src/applet.h | |
parent | efaf40f81e4062e7afe12db2edb4159c4b4e8316 (diff) | |
download | network-manager-applet-dde6b547a83e138c5bb94984607133a48575c9dd.tar.gz |
applet: build (but disable) notifications code for indicator too
Diffstat (limited to 'src/applet.h')
-rw-r--r-- | src/applet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/applet.h b/src/applet.h index 33a8870f..e8225fbe 100644 --- a/src/applet.h +++ b/src/applet.h @@ -125,10 +125,10 @@ typedef struct { GtkWidget * menu; GtkWidget * context_menu; +#endif GtkWidget * notifications_enabled_item; guint notifications_enabled_toggled_id; -#endif GtkWidget * networking_enabled_item; guint networking_enabled_toggled_id; |