[Xfce4-commits] <xfce4-appfinder:master> Add default action to open absolute paths.

Nick Schermer noreply at xfce.org
Fri Jan 18 20:34:01 CET 2013


Updating branch refs/heads/master
         to 45dc344de36d41bb133ecd32f5e2946a7cd1ef34 (commit)
       from 0b0a8972094595d45dfc8ac59e7fb1f02ef223c4 (commit)

commit 45dc344de36d41bb133ecd32f5e2946a7cd1ef34
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Jan 18 20:33:25 2013 +0100

    Add default action to open absolute paths.

 src/appfinder-actions.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/appfinder-actions.c b/src/appfinder-actions.c
index e3d4d9a..30a40f4 100644
--- a/src/appfinder-actions.c
+++ b/src/appfinder-actions.c
@@ -172,7 +172,12 @@ xfce_appfinder_actions_load_defaults (XfceAppfinderActions *actions)
       "#",
       "exo-open --launch TerminalEmulator man %s",
       FALSE,
-      NULL }
+      NULL },
+    { XFCE_APPFINDER_ACTION_TYPE_PREFIX, 0,
+      "/",
+      "exo-open --launch FileManager man %s",
+      FALSE,
+      NULL },
   };
 
   APPFINDER_DEBUG ("loaded default actions");


More information about the Xfce4-commits mailing list