Wireshark-commits: [Wireshark-commits] master efe95fa: Qt: populate Bookmarks menu in capture optio

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 13 Nov 2016 00:59:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=efe95fa8fd79d4c087ce587143c000dd61218bc0
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

efe95fa by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: populate Bookmarks menu in capture options dialog
    
    The bookmarks menu is populated for the main window when the
    appInitialized signal is emitted, this ensures that any preferences are
    applied.
    
    For the Capture Options dialog however, the appInitialized signal is
    never triggered since the GUI has already started. Just invoke it from
    the constructor such the menu is populated at least once.
    
    Bug: 12986
    Change-Id: I04457fd25e52a25714ac471131b90e3a128515d8
    Reviewed-on: https://code.wireshark.org/review/18734
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  7ba0c0c   DOCSIS: Added dissector for type51 UCD
    adds  efe95fa   Qt: populate Bookmarks menu in capture options dialog


Summary of changes:
 ui/qt/capture_filter_edit.cpp |    1 +
 1 file changed, 1 insertion(+)