[geary: 25/39] Fix move and copy menu button ids in the main toolbar.



commit 97f880b190538df0a1edf1040f802a1bb6e90285
Author: Michael James Gratton <mike vee net>
Date:   Tue Oct 17 18:08:56 2017 +1030

    Fix move and copy menu button ids in the main toolbar.

 ui/main-toolbar.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui/main-toolbar.ui b/ui/main-toolbar.ui
index 50cb0bc..d60200c 100644
--- a/ui/main-toolbar.ui
+++ b/ui/main-toolbar.ui
@@ -198,7 +198,7 @@
               </packing>
             </child>
             <child>
-              <object class="GtkMenuButton" id="move_message_button">
+              <object class="GtkMenuButton" id="copy_message_button">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="focus_on_click">False</property>
@@ -218,7 +218,7 @@
               </packing>
             </child>
             <child>
-              <object class="GtkMenuButton" id="copy_message_button">
+              <object class="GtkMenuButton" id="move_message_button">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="focus_on_click">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]