http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35041
User: guy
Date: 2010/11/27 01:50 PM
Log:
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().
Directory: /trunk/gtk/
Changes Path Action
+0 -1 Makefile.common Modified
+2 -4 filter_dlg.c Modified
+9 -8 find_dlg.c Modified
+1 -1 main.c Modified
+1 -1 main_packet_list.c Modified
+11 -3 main_statusbar.c Modified
+0 -59 main_statusbar.h Removed
+4 -3 menus.c Modified
+1 -1 new_packet_list.c Modified
+0 -20 simple_dialog.c Modified
(4 files not shown)