Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1057] compile error: dlg_utils.c: In function `dlg_button_

Date: Fri, 25 Aug 2006 16:33:03 +0000 (GMT)
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.