]> git.pld-linux.org Git - packages/vte.git/commitdiff
- applied upstream
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 29 Oct 2009 18:27:33 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vte-ring_append.patch -> 1.2

vte-ring_append.patch [deleted file]

diff --git a/vte-ring_append.patch b/vte-ring_append.patch
deleted file mode 100644 (file)
index e3bf8a4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- vte-0.22.1/src/vteseq.c~   2009-09-24 21:25:51.000000000 +0200
-+++ vte-0.22.1/src/vteseq.c    2009-09-28 00:34:06.418540003 +0200
-@@ -1060,7 +1060,7 @@
-                       rowdata = _vte_ring_index_writable (screen->row_data, i);
-                       g_assert(rowdata != NULL);
-               } else {
--                      rowdata = _vte_terminal_ring_append (screen->row_data, FALSE);
-+                      rowdata = _vte_terminal_ring_append (terminal, FALSE);
-               }
-               /* Pad out the row. */
-               _vte_row_data_fill (rowdata, &screen->fill_defaults, terminal->column_count);
This page took 0.032188 seconds and 4 git commands to generate.