Wireshark-commits: [Wireshark-commits] master cca2cde: No main window *to* update in the early argu

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

Commits:

cca2cde by Guy Harris (guy@xxxxxxxxxxxx):

    No main window *to* update in the early argument list parsing.
    
    We haven't yet popped the main window up, so, when we call
    capture_interface_list(), we shouldn't pass a pointer to the "update the
    main window" routine.
    
    Change-Id: Id3e02199479e66bb9e9aff99b435bd03af45a1af
    Reviewed-on: https://code.wireshark.org/review/6868
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ee9d0f9   This being C++, maybe we don't have to initialize ws_app until later.
    adds  cca2cde   No main window *to* update in the early argument list parsing.


Summary of changes:
 ui/gtk/main.c    |    2 +-
 wireshark-qt.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)