diff options
author | Thialfihar <thialfihar@gmail.com> | 2010-04-15 16:37:32 +0000 |
---|---|---|
committer | Thialfihar <thialfihar@gmail.com> | 2010-04-15 16:37:32 +0000 |
commit | c212f28c446044acb5fc7ef7487b95b777b39c44 (patch) | |
tree | d6e2c7eaa5a32a728de4d92463f041cedb08489a /res/layout | |
parent | acd71a45c09ad6668a03ec74399d8f526ab647e2 (diff) | |
download | open-keychain-c212f28c446044acb5fc7ef7487b95b777b39c44.tar.gz open-keychain-c212f28c446044acb5fc7ef7487b95b777b39c44.tar.bz2 open-keychain-c212f28c446044acb5fc7ef7487b95b777b39c44.zip |
rewrote sign-only code, also finally recognize sign-only emails in the list and allow opening them for verification
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/mailbox_message_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/mailbox_message_item.xml b/res/layout/mailbox_message_item.xml index a5858fba3..6026909d3 100644 --- a/res/layout/mailbox_message_item.xml +++ b/res/layout/mailbox_message_item.xml @@ -25,7 +25,7 @@ android:layout_width="fill_parent"> <ImageView - android:id="@+id/ic_encrypted" + android:id="@+id/ic_status" android:src="@drawable/encrypted" android:layout_width="wrap_content" android:layout_height="wrap_content" |