gnome-terminal r2741 - trunk/src



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

Log:
Remove FIXME comment.


Modified:
   trunk/src/terminal-window.c

Modified: trunk/src/terminal-window.c
==============================================================================
--- trunk/src/terminal-window.c	(original)
+++ trunk/src/terminal-window.c	Thu May 29 19:49:57 2008
@@ -293,7 +293,6 @@
   if (_terminal_profile_get_forgotten (profile))
     return;
 
-  /* FIXMEchpe why block here? */
   g_signal_handlers_block_by_func (priv->active_term, G_CALLBACK (profile_set_callback), window);
   terminal_screen_set_profile (priv->active_term, profile);    
   g_signal_handlers_unblock_by_func (priv->active_term, G_CALLBACK (profile_set_callback), window);



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