Wireshark-commits: [Wireshark-commits] master fd510be: Give the welcome screen its own set of callb
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 5 Apr 2015 20:02:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fd510bef347d643f1a360ccd578f2cf19f5a855c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fd510be by Guy Harris (guy@xxxxxxxxxxxx):

    Give the welcome screen its own set of callbacks.
    
    Don't have the status bar code know about the welcome screen; instead,
    give the welcome screen its own callbacks, so that it can modify the
    welcome screen as appropriate.
    
    Change-Id: Id38d66edeaea085f114b47d6361312450435b58a
    Reviewed-on: https://code.wireshark.org/review/7927
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  afe9b9b   fibre channel: remove some unnecessary if(tree) checks
    adds  fd510be   Give the welcome screen its own set of callbacks.


Summary of changes:
 ui/gtk/Makefile.common                             |    1 +
 ui/gtk/main.c                                      |    7 ++
 ui/gtk/main_statusbar.c                            |    5 -
 ui/gtk/main_welcome.c                              |  115 ++++++++++++++++++++
 ui/gtk/main_welcome.h                              |    2 -
 ...{gtk_iface_monitor.h => main_welcome_private.h} |   24 ++--
 6 files changed, 134 insertions(+), 20 deletions(-)
 copy ui/gtk/{gtk_iface_monitor.h => main_welcome_private.h} (66%)