Move main_statusbar.h to the top-level directory; none of its routines
authorGuy Harris <guy@alum.mit.edu>
Sat, 27 Nov 2010 21:50:49 +0000 (21:50 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 27 Nov 2010 21:50:49 +0000 (21:50 -0000)
commita4cc25f84d04835a8283176ba4a058b5ac2966e2
tree7ffed53d8b537c9a207f28b5438525b428cc21d5
parent52b99dc1918626e758f4c3ef2566dfb49958db1b
Move main_statusbar.h to the top-level directory; none of its routines
use GTK+ data types, so, at least in theory, it could be implemented
atop another toolkit.

Make statusbar_push_temporary_msg() take a format string and format
arguments.  Use it instead of simple_status(), and change one call to
just take a format string and arguments rather than to take the result
of using that format string and arguments with g_strdup_printf() and
passing the result to statusbar_push_temporary_msg().

svn path=/trunk/; revision=35041
13 files changed:
Makefile.common
file.c
gtk/Makefile.common
gtk/filter_dlg.c
gtk/find_dlg.c
gtk/main.c
gtk/main_packet_list.c
gtk/main_statusbar.c
gtk/menus.c
gtk/new_packet_list.c
gtk/simple_dialog.c
main_statusbar.h [moved from gtk/main_statusbar.h with 87% similarity]
simple_dialog.h