summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-06-29 17:54:34 +0200
committerSean Leonard <meanderingcode@aetherislands.net>2013-07-12 14:26:28 -0600
commite3dd09bb37f6727a09a2d5da7c880997555b4d1f (patch)
tree934e2d43ba59acb50f1fffa274aeb73b3107071b /res/menu
parentaaef532599ebfac1f3e8f244a0cd2118ced30327 (diff)
New menu option to go back to ConfigurationWizard.
It works ok (it simply starts ConfigurationWizard activity for result), but when entering again to Dashboard a NullPointer happens in serviceItemEIP(((ViewStub) findViewById(R.id.eipOverviewStub)).inflate();). It also adds (I forgot to commit before leaving the retry-login branch) ProgressDialogs to login and logout operations.
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/client_dashboard.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml
index a8eaf795..55ad91b4 100644
--- a/res/menu/client_dashboard.xml
+++ b/res/menu/client_dashboard.xml
@@ -7,6 +7,7 @@
android:title="@string/menu_settings"/>
<item android:id="@+id/about_leap" android:title="@string/about" android:orderInCategory="110" />
<item android:id="@+id/legacy_interface" android:title="ICS OpenVPN Interface" android:orderInCategory="500" />
+ <item android:id="@+id/switch_provider" android:title="@string/switch_provider_menu_option" android:orderInCategory="501"/>
<item android:id="@+id/login_button" android:title="@string/login_button" android:visible="false"></item>
<item android:id="@+id/logout_button" android:title="@string/logout_button" android:visible="false"></item>