aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rpc_stat.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-22 18:58:35 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-22 18:58:35 +0000
commit7e3dcb0cea58c6d0480537f7456942a2f7c4ca0f (patch)
treecc6d9c0bacc3f4449a200c36bbdc50f3f63b78d6 /gtk/rpc_stat.c
parentcc1161ce40122db7569eb3b0a4025f3e088720dd (diff)
WIDGET_SET_SIZE(-2) is asserted by current GTK2 libs, so don't use it
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10181 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/rpc_stat.c')
-rw-r--r--gtk/rpc_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c
index 910226372e..299501a1ce 100644
--- a/gtk/rpc_stat.c
+++ b/gtk/rpc_stat.c
@@ -1,7 +1,7 @@
/* rpc_stat.c
* rpc_stat 2002 Ronnie Sahlberg
*
- * $Id: rpc_stat.c,v 1.39 2004/02/22 18:44:03 ulfl Exp $
+ * $Id: rpc_stat.c,v 1.40 2004/02/22 18:58:35 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -470,7 +470,7 @@ gtk_rpcstat_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);