gnome-terminal r2883 - trunk/src



Author: chpe
Date: Sun Jun  8 14:31:33 2008
New Revision: 2883
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2883&view=rev

Log:
Don't transform the URIs for now; discussion on bug #537112.


Modified:
   trunk/src/terminal-window.c

Modified: trunk/src/terminal-window.c
==============================================================================
--- trunk/src/terminal-window.c	(original)
+++ trunk/src/terminal-window.c	Sun Jun  8 14:31:33 2008
@@ -2534,7 +2534,8 @@
     return;
   }
 
-  terminal_util_transform_uris_to_quoted_fuse_paths (uris);
+  /* Bug #537112 */
+  /* terminal_util_transform_uris_to_quoted_fuse_paths (uris); */
 
   text = g_strjoinv (" ", uris);
   vte_terminal_feed_child (VTE_TERMINAL (screen), text, strlen (text));



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