Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 13801 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-terminal-2.2.1/src/terminal-screen.c (+5 lines)
Lines 1986-1991 Link Here
1986
                                               str->str,
1986
                                               str->str,
1987
                                               str->len);
1987
                                               str->len);
1988
1988
1989
        terminal_widget_write_data_to_child (screen->priv->term,
1990
                                             " ", 1);
1991
1989
        g_free (filename);        
1992
        g_free (filename);        
1990
        g_string_free (str, TRUE);
1993
        g_string_free (str, TRUE);
1991
      }
1994
      }
Lines 2038-2043 Link Here
2038
            flat = g_strjoinv (" ", uris);
2041
            flat = g_strjoinv (" ", uris);
2039
            terminal_widget_write_data_to_child (screen->priv->term,
2042
            terminal_widget_write_data_to_child (screen->priv->term,
2040
                                                 flat, strlen (flat));
2043
                                                 flat, strlen (flat));
2044
            terminal_widget_write_data_to_child (screen->priv->term,
2045
                                                 " ", 1);
2041
            g_free (flat);
2046
            g_free (flat);
2042
          }
2047
          }
2043
2048

Return to bug 13801