[vte] Bug 596460 - 0.22.1 kills vte based apps
- From: Behdad Esfahbod <behdad src gnome org>
 
- To: svn-commits-list gnome org
 
- Cc: 
 
- Subject: [vte] Bug 596460 - 0.22.1 kills vte based apps
 
- Date: Sun, 27 Sep 2009 21:07:00 +0000 (UTC)
 
commit b7083d3cdbe31305de2fa2974919b3d105f9b740
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sun Sep 27 17:06:22 2009 -0400
    Bug 596460 - 0.22.1 kills vte based apps
    
    Oops
 src/vteseq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vteseq.c b/src/vteseq.c
index 6969b48..47ad30c 100644
--- a/src/vteseq.c
+++ b/src/vteseq.c
@@ -1060,7 +1060,7 @@ vte_sequence_handler_cd (VteTerminal *terminal, GValueArray *params)
 			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);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]