Wireshark-commits: [Wireshark-commits] rev 19415: /trunk/ /trunk/epan/: prefs.c prefs.h /trunk/gtk/: color_dlg.c filter_dlg.c gui_prefs.c prefs_dlg.c proto_dlg.c
From:
ulfl@xxxxxxxxxxxxx
Date: Tue, 03 Oct 2006 19:53:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19415
User: ulfl
Date: 2006/10/03 07:53 PM
Log:
now: Don't have a Save button in the following settings dialogs:
- Edit/Preferences
- View/Coloring Rules
- Capture/Capture Filters
- Analyze/Display Filters
- Analyze/Enabled Protocols
The settings will be automatically saved when pressing the Ok button.
If someone really wants the explicit Save buttons as before - you can get them back at the Edit/Preferences/User Interface page.
Directory: /trunk/epan/
Changes Path Action
+15 -0 prefs.c Modified
+1 -0 prefs.h Modified
Directory: /trunk/gtk/
Changes Path Action
+13 -0 color_dlg.c Modified
+51 -36 filter_dlg.c Modified
+13 -0 gui_prefs.c Modified
+55 -24 prefs_dlg.c Modified
+49 -38 proto_dlg.c Modified