Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 7ded9ce0a427d2a57e8ba7a0921be680 > files > 4

lxterminal-0.1.7-2.fc13.src.rpm

From 59c7288f5aff2b86d0d474ec08bd9ec3755a77c9 Mon Sep 17 00:00:00 2001
From: Marty Jack <martyj@linux.local>
Date: Tue, 30 Mar 2010 10:52:51 -0400
Subject: [PATCH 17/60] Remove unnecessary redraw

---
 src/lxterminal.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/lxterminal.c b/src/lxterminal.c
index 6782dc7..61a7669 100644
--- a/src/lxterminal.c
+++ b/src/lxterminal.c
@@ -370,9 +370,6 @@ static void terminal_new_tab_activate_event(GtkAction * action, LXTerminal * ter
     term->index = gtk_notebook_get_n_pages(GTK_NOTEBOOK(terminal->notebook)) - 1;
     g_ptr_array_add(terminal->terms, term);
 
-    /* Redraw the terminal. */
-    gtk_widget_queue_draw(term->vte);
-
     /* Make the new terminal's tab current and, if we went from one to more than one tab,
      * turn the tab display on. */
     gtk_notebook_set_current_page(GTK_NOTEBOOK(term->parent->notebook), term->index);
-- 
1.7.0.1