aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/fc_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/fc_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/fc_stat.c')
-rw-r--r--gtk/fc_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index 2a703783f7..7ea5dc2b02 100644
--- a/gtk/fc_stat.c
+++ b/gtk/fc_stat.c
@@ -1,7 +1,7 @@
/* fc_stat.c
* fc_stat 2003 Ronnie Sahlberg
*
- * $Id: fc_stat.c,v 1.26 2004/02/22 18:44:01 ulfl Exp $
+ * $Id: fc_stat.c,v 1.27 2004/02/22 18:58:35 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -261,7 +261,7 @@ gtk_fcstat_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);
/* filter prefs dialog */
OBJECT_SET_DATA(filter_bt, E_FILT_TE_PTR_KEY, filter_entry);