diff options
author | fiaxh <git@mx.ax.lt> | 2017-09-05 23:53:18 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-09-06 00:15:18 +0200 |
commit | 8944029128e3d0f9e32b61e00e880d92fceabb31 (patch) | |
tree | 8cf872969d3349c61278b19273e76c65036c429d /main/data/conversation_summary | |
parent | 312372350e24d1ebd8afbb0029fac04f2b64eb83 (diff) | |
download | dino-8944029128e3d0f9e32b61e00e880d92fceabb31.tar.gz dino-8944029128e3d0f9e32b61e00e880d92fceabb31.zip |
Move encryption menu into ChatInput, PGP support for MUCs
Diffstat (limited to 'main/data/conversation_summary')
-rw-r--r-- | main/data/conversation_summary/message_item.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/data/conversation_summary/message_item.ui b/main/data/conversation_summary/message_item.ui index 8d53a691..a6937d10 100644 --- a/main/data/conversation_summary/message_item.ui +++ b/main/data/conversation_summary/message_item.ui @@ -38,7 +38,7 @@ </packing> </child> <child> - <object class="GtkImage" id="encryption_image"> + <object class="GtkImage" id="received_image"> <property name="visible">False</property> <property name="xalign">1</property> <property name="valign">start</property> @@ -54,7 +54,7 @@ </packing> </child> <child> - <object class="GtkImage" id="received_image"> + <object class="GtkImage" id="encryption_image"> <property name="visible">False</property> <property name="xalign">1</property> <property name="valign">start</property> |