http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1057
toralf.foerster@xxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ulf.lamping@xxxxxx
------- Comment #1 from toralf.foerster@xxxxxx 2006-08-25 16:33 GMT -------
tfoerste@n22 ~/devel/wireshark/trunk/gtk $ svn diff --diff-cmd diff dlg_utils.c
Index: dlg_utils.c
===================================================================
--- dlg_utils.c (revision 19028)
+++ dlg_utils.c (working copy)
@@ -244,9 +244,9 @@
dlg_button_new(hbox, button_hbox, create_stat);
return hbox;
}
- if (start && cancel) {
+ if (cap_start && cancel) {
dlg_button_new(hbox, button_hbox, cancel);
- dlg_button_new(hbox, button_hbox, start);
+ dlg_button_new(hbox, button_hbox, cap_start);
return hbox;
}
if (cap_start && cancel) {
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.