gnome-terminal r2883 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r2883 - trunk/src
- Date: Sun, 8 Jun 2008 14:31:33 +0000 (UTC)
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]