aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/http_stat.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-22 18:58:35 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-22 18:58:35 +0000
commitbf3716808471108912904831e34248e1fadc765b (patch)
treecc6d9c0bacc3f4449a200c36bbdc50f3f63b78d6 /gtk/http_stat.c
parentcdebea69ce9b3b10abcd155b8b2848a259341f26 (diff)
WIDGET_SET_SIZE(-2) is asserted by current GTK2 libs, so don't use it
svn path=/trunk/; revision=10181
Diffstat (limited to 'gtk/http_stat.c')
-rw-r--r--gtk/http_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index 3e93a9e372..f4cb716712 100644
--- a/gtk/http_stat.c
+++ b/gtk/http_stat.c
@@ -1,7 +1,7 @@
/* http_stat.c
* http_stat 2003 Jean-Michel FAYARD
*
- * $Id: http_stat.c,v 1.21 2004/02/22 18:44:02 ulfl Exp $
+ * $Id: http_stat.c,v 1.22 2004/02/22 18:58:35 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -560,7 +560,7 @@ gtk_httpstat_cb(GtkWidget *w _U_, gpointer d _U_)
/* Filter entry */
filter_entry=gtk_entry_new();
- WIDGET_SET_SIZE(filter_entry, 300, -2);
+ WIDGET_SET_SIZE(filter_entry, 300, -1);
gtk_box_pack_start(GTK_BOX(filter_box), filter_entry, TRUE, TRUE, 0);
gtk_widget_show(filter_entry);