[Xfce4-commits] <xfce4-terminal:master> Make single tab accelerator insensitive again.
Nick Schermer
noreply at xfce.org
Fri Dec 28 09:20:01 CET 2012
Updating branch refs/heads/master
to ce79c75cc94a5fa3407d3ed292aedd39ede11d75 (commit)
from f1faeacbd21594fe8158bbc71e1f1db9e1b8b7e0 (commit)
commit ce79c75cc94a5fa3407d3ed292aedd39ede11d75
Author: Nick Schermer <nick at xfce.org>
Date: Fri Dec 28 09:18:45 2012 +0100
Make single tab accelerator insensitive again.
terminal/terminal-window.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 64f2b19..471feb6 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -816,7 +816,6 @@ terminal_window_rebuild_tabs_menu (TerminalWindow *window)
gtk_action_group_add_action (window->action_group, GTK_ACTION (radio_action));
g_signal_connect (G_OBJECT (radio_action), "activate",
G_CALLBACK (terminal_window_action_goto_tab), window->notebook);
- gtk_action_set_sensitive (GTK_ACTION (radio_action), TRUE);
/* connect action to the page so we can active it when a tab is switched */
g_object_set_qdata_full (G_OBJECT (page), tabs_menu_action_quark,
More information about the Xfce4-commits
mailing list