Magellan Linux

Annotation of /trunk/gnome-terminal/patches/gnome-terminal-2-dnd_url_add_space.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 1000 byte(s)
-import

1 niro 144 diff -ur gnome-terminal-2.0.2/src/terminal-screen.c gnome-terminal-2.0.2-spaced/src/terminal-screen.c
2     --- gnome-terminal-2.0.2/src/terminal-screen.c 2002-10-19 06:24:26.000000000 +1300
3     +++ gnome-terminal-2.0.2-spaced/src/terminal-screen.c 2003-01-13 10:42:10.000000000 +1300
4     @@ -1820,6 +1820,9 @@
5     str->str,
6     str->len);
7    
8     + terminal_widget_write_data_to_child (screen->priv->term,
9     + " ", 1);
10     +
11     g_free (filename);
12     g_string_free (str, TRUE);
13     }
14     @@ -1872,6 +1875,8 @@
15     flat = g_strjoinv (" ", uris);
16     terminal_widget_write_data_to_child (screen->priv->term,
17     flat, strlen (flat));
18     + terminal_widget_write_data_to_child (screen->priv->term,
19     + " ", 1);
20     g_free (flat);
21     }
22