~ubuntu-branches/ubuntu/precise/network-manager-applet/precise

« back to all changes in this revision

Viewing changes to src/applet.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-02-20 13:58:49 UTC
  • Revision ID: package-import@ubuntu.com-20120220135849-0az4340idd6v603b
Tags: 0.9.2.0+git.20120126t000800.5151959-0ubuntu3
* debian/patches/lp829673_gconf_hide_applet.patch: allow toggling the applet
  visibility. (LP: #829673)
* debian/patches/nm-applet-use-indicator.patch: completely replace the old
  wireless menu item creation code overriding NMNetworkMenuItem objects to
  rewrite it more simply with GtkImageMenuItems. This should really take care
  of the memory leaks. (LP: #930491)

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
#define PREF_DISABLE_VPN_NOTIFICATIONS            APPLET_PREFS_PATH "/disable-vpn-notifications"
70
70
#define PREF_DISABLE_WIFI_CREATE                  APPLET_PREFS_PATH "/disable-wifi-create"
71
71
#define PREF_SUPPRESS_WIRELESS_NETWORKS_AVAILABLE APPLET_PREFS_PATH "/suppress-wireless-networks-available"
 
72
#define PREF_SHOW_APPLET                          APPLET_PREFS_PATH "/show-applet"
72
73
 
73
74
#define ICON_LAYER_LINK 0
74
75
#define ICON_LAYER_VPN 1
94
95
 
95
96
        GConfClient *   gconf_client;
96
97
 
 
98
        gboolean visible;
 
99
 
97
100
        /* Permissions */
98
101
        NMClientPermissionResult permissions[NM_CLIENT_PERMISSION_LAST + 1];
99
102