aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout
diff options
context:
space:
mode:
authorAsh Hughes <ashes-iontach@hotmail.com>2013-03-14 13:23:04 +0000
committerAsh Hughes <ashes-iontach@hotmail.com>2013-03-14 13:23:04 +0000
commit00afc2e8acd73ff031417d70208d9a955a7086de (patch)
tree7b7d90772aff0dabbe4256cc44229095864110bf /OpenPGP-Keychain/res/layout
parent911719bdb67a4dd7725706de9fb8a28b994b089d (diff)
downloadopen-keychain-00afc2e8acd73ff031417d70208d9a955a7086de.tar.gz
open-keychain-00afc2e8acd73ff031417d70208d9a955a7086de.tar.bz2
open-keychain-00afc2e8acd73ff031417d70208d9a955a7086de.zip
fix issue 42
Diffstat (limited to 'OpenPGP-Keychain/res/layout')
-rw-r--r--OpenPGP-Keychain/res/layout/key_server_editor.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/res/layout/key_server_editor.xml b/OpenPGP-Keychain/res/layout/key_server_editor.xml
index e4c25b316..51ff8a663 100644
--- a/OpenPGP-Keychain/res/layout/key_server_editor.xml
+++ b/OpenPGP-Keychain/res/layout/key_server_editor.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<org.thialfihar.android.apg.ui.widget.KeyServerEditor
+<org.sufficientlysecure.keychain.ui.widget.KeyServerEditor
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -49,4 +49,4 @@
android:layout_height="1dip"
android:background="?android:attr/listDivider"/>
-</org.thialfihar.android.apg.ui.widget.KeyServerEditor>
+</org.sufficientlysecure.keychain.ui.widget.KeyServerEditor>