gnome-applets r11392 - in trunk/mini-commander: . src



Author: callum
Date: Thu Mar 19 23:58:51 2009
New Revision: 11392
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=11392&view=rev

Log:
Add https support to mini-commander. Bug 575782.

Modified:
   trunk/mini-commander/ChangeLog
   trunk/mini-commander/src/mc-default-macros.h

Modified: trunk/mini-commander/src/mc-default-macros.h
==============================================================================
--- trunk/mini-commander/src/mc-default-macros.h	(original)
+++ trunk/mini-commander/src/mc-default-macros.h	Thu Mar 19 23:58:51 2009
@@ -39,7 +39,7 @@
  * 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"; },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]