usr/src/cmd/wireshark/Patches/bug4367.patch
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 06 Apr 2010 16:00:14 +0300
changeset 11 87960ed158f9
permissions -rw-r--r--
Import sfw build 137 Bugs Fixed ---------- 6926835 Wireshark cannot open files typed into the location bar 6930214 CVE-2010-0624: Heap-based buffer overflow in GNU Tar 6933424 Various sfw manual pages need to be adjusted to use the new OpenSolaris package names. 6937764 upgrade OpenSSL to 0.9.8n (and fix CVE-2010-0740)

--- gtk/capture_file_dlg.c.orig	Wed Jan 27 08:10:52 2010
+++ gtk/capture_file_dlg.c	Thu Mar 18 05:35:45 2010
@@ -337,10 +337,6 @@
     /* make the preview widget sensitive */
     gtk_widget_set_sensitive(prev, have_preview);
 
-    /* make the open/save/... dialog button sensitive */
-
-    gtk_dialog_set_response_sensitive(file_sel, GTK_RESPONSE_ACCEPT, have_preview);
-
     /* do the actual preview */
     if(have_preview)
         preview_do(prev, wth);