[geany/geany-plugins] d7dd40: Merge pull request #813 from selivan/patch-1
Frank Lanitz
git-noreply at xxxxx
Thu Jan 10 18:35:33 UTC 2019
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: GitHub <noreply at github.com>
Date: Thu, 10 Jan 2019 18:35:33 UTC
Commit: d7dd4006663cb63782263a5442665ada731cb665
https://github.com/geany/geany-plugins/commit/d7dd4006663cb63782263a5442665ada731cb665
Log Message:
-----------
Merge pull request #813 from selivan/patch-1
treebrowser: use xdg-open for external open command
Modified Paths:
--------------
treebrowser/src/treebrowser.c
Modified: treebrowser/src/treebrowser.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -55,7 +55,7 @@ static gboolean flag_on_expand_refresh = FALSE;
* ------------------ */
#ifndef G_OS_WIN32
-# define CONFIG_OPEN_EXTERNAL_CMD_DEFAULT "nautilus '%d'"
+# define CONFIG_OPEN_EXTERNAL_CMD_DEFAULT "xdg-open '%d'"
# define CONFIG_OPEN_TERMINAL_DEFAULT "xterm"
#else
# define CONFIG_OPEN_EXTERNAL_CMD_DEFAULT "explorer '%d'"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list