Wireshark-commits: [Wireshark-commits] master c222719: Fix creation of menu actions in ws_menubar_c

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 15 Aug 2015 17:50:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c222719a3b14617893a4ccf81856d95fb6904d8d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c222719 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix creation of menu actions in ws_menubar_create_action_group().
    
    Action names are expected to begin with /, so prepend a /.
    
    Fixes the "plugin" menu mechanism (which could be used by built-in code
    as well, so it's not really a "plugin" menu mechanism).
    
    Change-Id: Ic45412399078796359649cc876d2c8bfc9a790c6
    Reviewed-on: https://code.wireshark.org/review/10046
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  88f334b   Fixed a comment in cleanup_dissection
    adds  c222719   Fix creation of menu actions in ws_menubar_create_action_group().


Summary of changes:
 ui/gtk/main_menubar.c |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)