GNOME Bugzilla – Bug 691059
window: fix TabsNext/TabsNextPrevious.
Last modified: 2013-01-14 17:03:16 UTC
Created attachment 232620 [details] [review] window: fix TabsNext/TabsNextPrevious. As spotted byt the FIXME comment, the gtk binding is specific to GtkNotebook. Uses gtk_notebook_set_current_page to switch pages, from idea that we do only tabs next/previous inside a TerminalNotebook. ---------- The behaviour is not perfect, though the ability to switch tabs is restored. Ie the TabPrevious wrap while the TabsNext does not.
Comment on attachment 232620 [details] [review] window: fix TabsNext/TabsNextPrevious. This patch is obviously wrong (and doesn't fix the FIXME in the correct way). Tab next/prev not working has some other cause.
Fixed the tabs next/prev keybinding on master. The FIXME would only matter if we're going to make a TerminalMdiContainer that's not a GtkNotebook.