Give the welcome screen its own set of callbacks.
authorGuy Harris <guy@alum.mit.edu>
Sun, 5 Apr 2015 20:01:45 +0000 (13:01 -0700)
committerGuy Harris <guy@alum.mit.edu>
Sun, 5 Apr 2015 20:02:20 +0000 (20:02 +0000)
commitfd510bef347d643f1a360ccd578f2cf19f5a855c
tree59a90332cb000003cbfdeca9f20c6b270f5cca37
parentafe9b9bbaf01011aa42effdddf7d4637729d50c1
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@alum.mit.edu>
ui/gtk/Makefile.common
ui/gtk/main.c
ui/gtk/main_statusbar.c
ui/gtk/main_welcome.c
ui/gtk/main_welcome.h
ui/gtk/main_welcome_private.h [new file with mode: 0644]