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.0.2/src/terminal-screen.c (+5 lines)
Lines 1820-1825 Link Here
1820
                                               str->str,
1820
                                               str->str,
1821
                                               str->len);
1821
                                               str->len);
1822
1822
1823
        terminal_widget_write_data_to_child (screen->priv->term,
1824
                                             " ", 1);
1825
1823
        g_free (filename);        
1826
        g_free (filename);        
1824
        g_string_free (str, TRUE);
1827
        g_string_free (str, TRUE);
1825
      }
1828
      }
Lines 1872-1877 Link Here
1872
            flat = g_strjoinv (" ", uris);
1875
            flat = g_strjoinv (" ", uris);
1873
            terminal_widget_write_data_to_child (screen->priv->term,
1876
            terminal_widget_write_data_to_child (screen->priv->term,
1874
                                                 flat, strlen (flat));
1877
                                                 flat, strlen (flat));
1878
            terminal_widget_write_data_to_child (screen->priv->term,
1879
                                                 " ", 1);
1875
            g_free (flat);
1880
            g_free (flat);
1876
          }
1881
          }
1877
1882

Return to bug 13801