[Xfce4-commits] [xfce/xfce4-panel] 02/73: Directorymenu: Pass path to argument (bug #10270).
noreply at xfce.org
noreply at xfce.org
Sun Feb 26 16:33:43 CET 2017
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.
commit 63c0d3ee5d989fc5131586d88b2c55d9e4d1b376
Author: Andrzej <ndrwrdck at gmail.com>
Date: Tue Oct 25 00:37:42 2016 +0100
Directorymenu: Pass path to argument (bug #10270).
# Conflicts:
# plugins/directorymenu/directorymenu.c
---
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 edd72e3..f02d700 100644
--- a/plugins/directorymenu/directorymenu.c
+++ b/plugins/directorymenu/directorymenu.c
@@ -717,7 +717,7 @@ directory_menu_plugin_menu_open (GtkWidget *mi,
if (!result
#ifdef EXO_CHECK_VERSION
- && !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)
#endif
)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list