Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7197] Accelerators for "Expand Subtree", "Expand All" and

Date: Wed, 25 Apr 2012 21:21:19 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7197

--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx> 2012-04-25 21:21:17 PDT ---
The "refactoring" was a combination of

    1) adding support for GtkUIManager under an #ifdef;

    2) moving some of the menu stuff from menus.c to main_menubar.c;

    3) forcing the #ifdef on so we always used the GtkUIManager support;

    4) getting rid of menus.c as it only contained non-GtkUIManager code;

in roughly that order (I don't know whether 2) or 3) was done first).

In 1), it appears that both flavors of keyboard shortcut were not copied over
to the GTKUIManager code, which means that when we switched to using
GTKUIManager, the keyboard shortcuts went away.

The fix would be to propagate *both* flavors of keyboard shortcut to the
GTKUIManager code.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.