summaryrefslogtreecommitdiff
path: root/x11-wm/euclid-wm/files/patch-euclid-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/euclid-wm/files/patch-euclid-menu.c')
-rw-r--r--x11-wm/euclid-wm/files/patch-euclid-menu.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/euclid-wm/files/patch-euclid-menu.c b/x11-wm/euclid-wm/files/patch-euclid-menu.c
new file mode 100644
index 000000000000..073e04fb9b0d
--- /dev/null
+++ b/x11-wm/euclid-wm/files/patch-euclid-menu.c
@@ -0,0 +1,11 @@
+--- euclid-menu.c.orig 2016-12-17 00:40:07 UTC
++++ euclid-menu.c
+@@ -211,7 +211,7 @@ void load_handlers() {
+ chdir(getenv("HOME")); //so when we run a program it isn't in a config dir.
+ }
+
+-inline char* find_handler() {
++static inline char* find_handler() {
+ //read buf use an aray to pick the appropriate file handler and return the command
+ //what is here now is a bit simple, we need to also check the end of the line to see whether the returned command is prompting for another handler (e.g., if the command takes a filename or a URL as an argument
+ if (buf[0] == ':') {