Wireshark-commits: [Wireshark-commits] rev 38580: /trunk/gtk/ /trunk/gtk/: main_filter_toolbar.c me
Date: Wed, 17 Aug 2011 14:35:32 GMT
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