gnome-terminal r2755 - trunk/src



Author: chpe
Date: Thu May 29 19:51:12 2008
New Revision: 2755
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2755&view=rev

Log:
Remove the idle in the cloned profile.


Modified:
   trunk/src/terminal-profile.c

Modified: trunk/src/terminal-profile.c
==============================================================================
--- trunk/src/terminal-profile.c	(original)
+++ trunk/src/terminal-profile.c	Thu May 29 19:51:12 2008
@@ -1419,6 +1419,11 @@
 
   g_slist_free (new_priv->dirty_pspecs);
   new_priv->dirty_pspecs = NULL;
+  if (new_priv->save_idle_id != 0)
+    {
+      g_source_remove (new_priv->save_idle_id);
+      new_priv->save_idle_id = 0;
+    }
 
   for (i = 0; i < n_pspecs; ++i)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]