[Xfce4-commits] <xfce4-panel:master> Directorymenu: Pass path to argument (bug #10270).
Nick Schermer
noreply at xfce.org
Mon Jul 29 10:22:01 CEST 2013
Updating branch refs/heads/master
to db012e9468c61f60cb4e0f2a9a48d3d62f36560c (commit)
from efac2544c34c69bcb752e403837f623cb8540b49 (commit)
commit db012e9468c61f60cb4e0f2a9a48d3d62f36560c
Author: Nick Schermer <nick at xfce.org>
Date: Mon Jul 29 10:20:12 2013 +0200
Directorymenu: Pass path to argument (bug #10270).
plugins/directorymenu/directorymenu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/directorymenu/directorymenu.c b/plugins/directorymenu/directorymenu.c
index d2e20a6..069e02a 100644
--- a/plugins/directorymenu/directorymenu.c
+++ b/plugins/directorymenu/directorymenu.c
@@ -709,7 +709,7 @@ directory_menu_plugin_menu_open (GtkWidget *mi,
}
if (!result
- && !exo_execute_preferred_application_on_screen (category, NULL, working_dir, NULL,
+ && !exo_execute_preferred_application_on_screen (category, working_dir, working_dir, NULL,
gtk_widget_get_screen (mi), &error))
{
xfce_dialog_show_error (NULL, error,
More information about the Xfce4-commits
mailing list