ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 43298: /trunk/ui/gtk/ /trunk/ui/gtk/: main.c main.h main

Date: Sun, 17 Jun 2012 00:00:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43298

User: guy
Date: 2012/06/16 05:00 PM

Log:
 Move some code to manipulate the toolbar and capture interface dialog
 out of main_menubar.c into routines in main.c.
 
 Move some routines that are only used by main.c into
 main_menubar_private.h.

Directory: /trunk/ui/gtk/
  Changes    Path                      Action
  +47 -12    main.c                    Modified
  +3 -0      main.h                    Modified
  +2 -10     main_menubar.c            Modified
  +23 -0     main_menubar_private.h    Modified
  +0 -30     menus.h                   Modified
  +3 -3      packet_history.c          Modified