diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-02-29 17:56:25 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-02-29 17:56:25 +0000 |
| commit | 698f4302c314077b199982626cf4d8c273af11df (patch) | |
| tree | 30137ff8e6a45c66508d15f0feb8617cb6aa8346 /meta/packages/networkmanager/files | |
| parent | 25081db18300fd5e3bda7bd8895bd9ec565ee876 (diff) | |
| download | poky-698f4302c314077b199982626cf4d8c273af11df.tar.gz | |
networkmanager-applet: Remove VPN connections menu
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3881 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/networkmanager/files')
| -rw-r--r-- | meta/packages/networkmanager/files/no_vpn.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/networkmanager/files/no_vpn.patch b/meta/packages/networkmanager/files/no_vpn.patch new file mode 100644 index 0000000000..49423e879f --- /dev/null +++ b/meta/packages/networkmanager/files/no_vpn.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: trunk/src/applet.c | ||
| 2 | =================================================================== | ||
| 3 | --- trunk.orig/src/applet.c 2008-02-29 17:47:39.000000000 +0000 | ||
| 4 | +++ trunk/src/applet.c 2008-02-29 17:48:38.000000000 +0000 | ||
| 5 | @@ -1783,7 +1783,7 @@ | ||
| 6 | } | ||
| 7 | |||
| 8 | nma_menu_add_devices (menu, applet); | ||
| 9 | - nma_menu_add_vpn_submenu (menu, applet); | ||
| 10 | + //nma_menu_add_vpn_submenu (menu, applet); | ||
| 11 | |||
| 12 | gtk_widget_show_all (applet->menu); | ||
| 13 | |||
