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

Ethereal-dev: [Ethereal-dev] ethereal other gtk bug

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Eduardo Pérez Ureta <eperez@xxxxxxxxxxxxxxx>
Date: Sun, 25 Mar 2001 22:06:44 +0000
I was sure there are more places with the same bug.

                Eduardo P�rez Ureta

-- 
ISO 8601 NOW! http://www.cl.cam.ac.uk/~mgk25/iso-time.html
--- bad/decode_as_dlg.c	Wed Feb 14 07:15:39 2001
+++ decode_as_dlg.c	Sun Mar 25 20:48:02 2001
@@ -416,7 +416,7 @@
 	scrolled_window = gtk_scrolled_window_new(NULL, NULL);
 	gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled_window),
 				       GTK_POLICY_NEVER, GTK_POLICY_ALWAYS);
-	gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window),
+	gtk_container_add(GTK_CONTAINER(scrolled_window),
 					      GTK_WIDGET(clist));
 	gtk_box_pack_start(GTK_BOX(main_vb), scrolled_window, TRUE, TRUE, 0);
 	/* Provide a minimum of a couple of rows worth of data */