SF.net SVN: geany:[2813] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Jul 24 17:26:12 UTC 2008


Revision: 2813
          http://geany.svn.sourceforge.net/geany/?rev=2813&view=rev
Author:   ntrel
Date:     2008-07-24 17:26:11 +0000 (Thu, 24 Jul 2008)

Log Message:
-----------
Change VTE restart command to not call vte_terminal_fork_command() -
this should prevent the hang reported in #1990323 with VTE 0.16.14.
Note that with VTE 0.16.14 the reset sometimes leaves a blank
terminal, but pressing enter makes it then behave as normal.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/vte.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-07-24 15:17:55 UTC (rev 2812)
+++ trunk/ChangeLog	2008-07-24 17:26:11 UTC (rev 2813)
@@ -17,6 +17,11 @@
    Add more dox explaining how to use documents_array (moved from
    document.h, to minimise rebuilding after adding dox).
    Remove some mentions of document indexes in document.c comments.
+ * src/vte.c:
+   Change VTE restart command to not call vte_terminal_fork_command() -
+   this should prevent the hang reported in #1990323 with VTE 0.16.14.
+   Note that with VTE 0.16.14 the reset sometimes leaves a blank
+   terminal, but pressing enter makes it then behave as normal.
 
 
 2008-07-23  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/vte.c
===================================================================
--- trunk/src/vte.c	2008-07-24 15:17:55 UTC (rev 2812)
+++ trunk/src/vte.c	2008-07-24 17:26:11 UTC (rev 2813)
@@ -393,7 +393,6 @@
 		pid = 0;
 	}
 	vf->vte_terminal_reset(VTE_TERMINAL(widget), TRUE, TRUE);
-	vte_start(widget);
 }
 
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list