gnome-terminal r3279 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r3279 - trunk/src
- Date: Thu, 15 Jan 2009 23:11:30 +0000 (UTC)
Author: chpe
Date: Thu Jan 15 23:11:30 2009
New Revision: 3279
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=3279&view=rev
Log:
Break out of the loop once the work's done.
Modified:
trunk/src/terminal-window.c
Modified: trunk/src/terminal-window.c
==============================================================================
--- trunk/src/terminal-window.c (original)
+++ trunk/src/terminal-window.c Thu Jan 15 23:11:30 2009
@@ -477,6 +477,8 @@
g_signal_handlers_block_by_func (action, G_CALLBACK (terminal_set_profile_toggled_callback), window);
gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), TRUE);
g_signal_handlers_unblock_by_func (action, G_CALLBACK (terminal_set_profile_toggled_callback), window);
+
+ break;
}
g_list_free (actions);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]