[Xfce4-commits] <thunar:jannis/file-menu-custom-actions> Remove edit and clipboard actions from the file menu again.

Jannis Pohlmann noreply at xfce.org
Mon Nov 7 03:36:01 CET 2011


Updating branch refs/heads/jannis/file-menu-custom-actions
         to 0edbd00ac4322efcf3d6eb155be8c3961a804707 (commit)
       from 36dea6078ac20c1285342ff1d7d09a212e183f5b (commit)

commit 0edbd00ac4322efcf3d6eb155be8c3961a804707
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Mon Nov 7 03:33:58 2011 +0100

    Remove edit and clipboard actions from the file menu again.
    
    These items already show up in the edit menu. There is no need to have
    them appear twice.

 thunar/thunar-standard-view-ui.xml |   10 ----------
 thunar/thunar-window-ui.xml        |    4 ----
 2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/thunar/thunar-standard-view-ui.xml b/thunar/thunar-standard-view-ui.xml
index 896131c..0ddd6f4 100644
--- a/thunar/thunar-standard-view-ui.xml
+++ b/thunar/thunar-standard-view-ui.xml
@@ -15,16 +15,6 @@
         <menuitem action="create-folder" />
         <menuitem action="create-document" />
       </placeholder>
-      <placeholder name="placeholder-clipboard-actions">
-        <menuitem action="cut" />
-        <menuitem action="copy" />
-        <menuitem action="paste-into-folder" />
-        <menuitem action="delete" />
-      </placeholder>
-      <placeholder name="placeholder-edit-actions">
-        <menuitem action="rename" />
-        <menuitem action="restore" />
-      </placeholder>
       <placeholder name="placeholder-file-properties">
         <menuitem action="properties" />
       </placeholder>
diff --git a/thunar/thunar-window-ui.xml b/thunar/thunar-window-ui.xml
index 8e271b9..ebe5d50 100644
--- a/thunar/thunar-window-ui.xml
+++ b/thunar/thunar-window-ui.xml
@@ -21,10 +21,6 @@
         <placeholder name="placeholder-sendto-actions" />
       </menu>
       <separator />
-      <placeholder name="placeholder-clipboard-actions" />
-      <separator />
-      <placeholder name="placeholder-edit-actions" />
-      <separator />
       <placeholder name="placeholder-custom-actions" />
       <separator />
       <placeholder name="placeholder-file-properties" />


More information about the Xfce4-commits mailing list