[meld/pathlabel] vcview: Remove Update from the VC context menu



commit d09780f00fa9a5e28818188ea67f2b803c072049
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Tue Aug 24 06:47:03 2021 +1000

    vcview: Remove Update from the VC context menu
    
    This action doesn't correspond to the selected files at all, and is also
    unlikely to be so frequently used that it warrants being accessible on
    the context menu just for speed.

 meld/resources/ui/vcview-menus.ui | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/meld/resources/ui/vcview-menus.ui b/meld/resources/ui/vcview-menus.ui
index 8e349a52..2e2e8f57 100644
--- a/meld/resources/ui/vcview-menus.ui
+++ b/meld/resources/ui/vcview-menus.ui
@@ -11,10 +11,6 @@
         <attribute name="label" translatable="yes">Co_mmit…</attribute>
         <attribute name="action">view.vc-commit</attribute>
       </item>
-      <item>
-        <attribute name="label" translatable="yes">_Update</attribute>
-        <attribute name="action">view.vc-update</attribute>
-      </item>
     </section>
     <section>
       <attribute name="id">local-changes-section</attribute>


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