After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 351337 - In action / view, there is two "jump to header tab" !
In action / view, there is two "jump to header tab" !
Status: RESOLVED DUPLICATE of bug 351316
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal major
: ---
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2006-08-14 18:27 UTC by Frederic Bezies
Modified: 2006-08-15 04:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frederic Bezies 2006-08-14 18:27:58 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 ? ;)
Comment 1 Christophe Lambin 2006-08-14 20:03:35 UTC

*** This bug has been marked as a duplicate of 351316 ***
Comment 2 Frederic Bezies 2006-08-15 04:45:38 UTC
Sorry, I did not find it :(