http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38580
User: jmayer
Date: 2011/08/17 07:35 AM
Log:
menus.[hc]:
set_menu_object_data_old has identical parameters to set_menu_object_data,
and one was used only in the MAIN_MENU_USE_UIMANAGER case, the other in the
non MAIN_MENU_USE_UIMANAGER case. Differentiate inside the function code and
not via the function name.
main_filter_toolbar.c: Unify the set_menu_object_data and
set_menu_object_data_old as the only difference was the function name.
Directory: /trunk/gtk/
Changes Path Action
+2 -40 main_filter_toolbar.c Modified
+5 -8 menus.c Modified
+0 -3 menus.h Modified