Wireshark-commits: [Wireshark-commits] master 9ac0337: Get rid of XML step for adding menubar items
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 May 2015 20:34:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9ac033715737f69d82e6679f828c108d0b378690
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9ac0337 by Guy Harris (guy@xxxxxxxxxxxx):

    Get rid of XML step for adding menubar items.
    
    And don't create extra action groups; just add them to the main
    menubar's action group.  Rename add_menu_item() to
    add_menu_item_to_main_menubar() to make that clearer.
    
    Change-Id: I6b564620decd8d0c9c4a2cb79b1a03df5ff27a4b
    Reviewed-on: https://code.wireshark.org/review/8555
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  af3cb5e   PCEP: reorder pcep_class_vals extended value string
    adds  9ac0337   Get rid of XML step for adding menubar items.


Summary of changes:
 ui/gtk/main_menubar.c |  297 ++++++++++++++++++++-----------------------------
 1 file changed, 122 insertions(+), 175 deletions(-)