Wireshark-commits: [Wireshark-commits] rev 19413: /trunk/ /trunk/gtk/: capture_file_dlg.c color_dlg.c win32-file-dlg.c win32-file-dlg.h /trunk/: color_filters.c color_filters.h file.c
From:
ulfl@xxxxxxxxxxxxx
Date: Tue, 03 Oct 2006 18:39:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19413
User: ulfl
Date: 2006/10/03 06:39 PM
Log:
Implement a real "Cancel" button for the coloring rules dialog - this was a hard one! It seems to be working without bugs and as designed now.
As this was a huge internal change, new bugs are very probable - please report.
The implementation isn't still perfect, a new dialog internal list could possibly be removed again.
However, I want to check in at this condition, just in case I make things worse - again.
Directory: /trunk/gtk/
Changes Path Action
+16 -14 capture_file_dlg.c Modified
+129 -83 color_dlg.c Modified
+5 -5 win32-file-dlg.c Modified
+4 -2 win32-file-dlg.h Modified
Directory: /trunk/
Changes Path Action
+135 -85 color_filters.c Modified
+83 -43 color_filters.h Modified
+12 -0 file.c Modified