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



commit d9ad0dc7b2e633242068d73e96f64f1a5296a6e4
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 9fa65e8..030f59c 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]