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

Commits:

3d75844 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: I43ce5b77acba6db19de751cf2ee5a727aee9b38c
    Reviewed-on: https://code.wireshark.org/review/7929
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8cc48d8   [Automatic update for 2015-04-05]
    adds  3d75844   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} |   26 ++---
 6 files changed, 134 insertions(+), 22 deletions(-)
 copy ui/gtk/{gtk_iface_monitor.h => main_welcome_private.h} (66%)