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

Commits:

da62f26 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: Id6520339a809ba6a60ff74997a6eb476304c75af
    Reviewed-on: https://code.wireshark.org/review/7928
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  58c9765   [Automatic update for 2015-04-05]
    adds  da62f26   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%)