[meld/ui-next] dirdiff: Remove compare from secondary toolbar



commit 469d08b5bf0431f7880b9e44d9d233b94bb543b6
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Wed Mar 13 07:47:16 2019 +1000

    dirdiff: Remove compare from secondary toolbar
    
    This is a slightly unusual action, and it really doesn't warrant a
    toolbar item of its own, now that it's accessible in the context menu
    again.

 meld/resources/ui/dirdiff.ui | 19 -------------------
 1 file changed, 19 deletions(-)
---
diff --git a/meld/resources/ui/dirdiff.ui b/meld/resources/ui/dirdiff.ui
index fdc65e20..53a6683c 100644
--- a/meld/resources/ui/dirdiff.ui
+++ b/meld/resources/ui/dirdiff.ui
@@ -13,25 +13,6 @@
         <style>
           <class name="meld-actionbar"/>
         </style>
-        <child>
-          <object class="GtkButton">
-            <property name="visible">True</property>
-            <property name="action_name">view.folder-compare</property>
-            <!-- <property name="label" translatable="yes">Compare</property> -->
-            <property name="tooltip_text" translatable="yes">Compare selected files</property>
-            <property name="focus_on_click">False</property>
-            <style>
-              <class name="image-button"/>
-            </style>
-            <child>
-              <object class="GtkImage">
-                <property name="visible">True</property>
-                <property name="icon-name">document-new-symbolic</property>
-                <property name="icon-size">1</property>
-              </object>
-            </child>
-          </object>
-        </child>
         <child>
           <object class="GtkBox">
             <property name="visible">True</property>


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