GNOME Bugzilla – Bug 351337
In action / view, there is two "jump to header tab" !
Last modified: 2006-08-15 04:45:38 UTC
Here is a little bug, which blocks both usability and translation. There is a little mistake in line 304 of pan/gui/actions.cc "{ "jump-to-body-tab", GTK_STOCK_JUMP_TO, N_("Jump to _Header Tab"), "3", NULL, G_CALLBACK(do_jump_to_body_tab) }," It should be instead : "{ "jump-to-body-tab", GTK_STOCK_JUMP_TO, N_("Jump to _Body Tab"), "3", NULL, G_CALLBACK(do_jump_to_body_tab) }," Or am I wrong ? ;) What do you think ? ;)
*** This bug has been marked as a duplicate of 351316 ***
Sorry, I did not find it :(