summaryrefslogtreecommitdiffstats
path: root/mini-commander-https.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mini-commander-https.patch')
-rw-r--r--mini-commander-https.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mini-commander-https.patch b/mini-commander-https.patch
new file mode 100644
index 0000000..117a9aa
--- /dev/null
+++ b/mini-commander-https.patch
@@ -0,0 +1,13 @@
+diff -up gnome-applets-2.25.92/mini-commander/src/mc-default-macros.h.https gnome-applets-2.25.92/mini-commander/src/mc-default-macros.h
+--- gnome-applets-2.25.92/mini-commander/src/mc-default-macros.h.https 2009-03-17 21:53:14.032776258 -0400
++++ gnome-applets-2.25.92/mini-commander/src/mc-default-macros.h 2009-03-17 21:54:05.907524832 -0400
+@@ -39,7 +39,7 @@ typedef struct {
+ * installed into the schemas.
+ */
+ static const MCDefaultMacro mc_default_macros [] = {
+- { "^(http://.*)$", "gnome-open \\1" },
++ { "^(https?://.*)$", "gnome-open \\1" },
+ { "^(ftp://.*)", "gnome-open \\1" },
+ { "^(www\\..*)$", "gnome-open http://\\1" },
+ { "^(ftp\\..*)$", "gnome-open ftp://\\1" },
+diff -up gnome-applets-2.25.92/mini-commander/src/mc-install-default-macros.c.https gnome-applets-2.25.92/mini-commander/src/mc-install-default-macros.c