summaryrefslogtreecommitdiff
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
parentcdebea69ce9b3b10abcd155b8b2848a259341f26 (diff)
downloadwireshark-bf3716808471108912904831e34248e1fadc765b.tar.gz
WIDGET_SET_SIZE(-2) is asserted by current GTK2 libs, so don't use it
svn path=/trunk/; revision=10181
-rw-r--r--gtk/bootp_stat.c4
-rw-r--r--gtk/fc_stat.c4
-rw-r--r--gtk/http_stat.c4
-rw-r--r--gtk/ldap_stat.c4
-rw-r--r--gtk/rpc_stat.c4
-rw-r--r--gtk/smb_stat.c4
-rw-r--r--gtk/wsp_stat.c4
7 files changed, 14 insertions, 14 deletions
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index 5b11b5ffd2..b4c48768a7 100644
--- a/gtk/bootp_stat.c
+++ b/gtk/bootp_stat.c
@@ -1,7 +1,7 @@
/* bootp_stat.c
* boop_stat 2003 Jean-Michel FAYARD
*
- * $Id: bootp_stat.c,v 1.19 2004/02/22 18:44:00 ulfl Exp $
+ * $Id: bootp_stat.c,v 1.20 2004/02/22 18:58:35 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -314,7 +314,7 @@ gtk_dhcpstat_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);
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);
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);
diff --git a/gtk/ldap_stat.c b/gtk/ldap_stat.c
index 23f1f44084..f21d8769a6 100644
--- a/gtk/ldap_stat.c
+++ b/gtk/ldap_stat.c
@@ -1,7 +1,7 @@
/* ldap_stat.c
* ldap_stat 2003 Ronnie Sahlberg
*
- * $Id: ldap_stat.c,v 1.14 2004/02/22 18:44:02 ulfl Exp $
+ * $Id: ldap_stat.c,v 1.15 2004/02/22 18:58:35 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -296,7 +296,7 @@ gtk_ldapstat_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);
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);
diff --git a/gtk/smb_stat.c b/gtk/smb_stat.c
index 110b0d25a6..c28507e943 100644
--- a/gtk/smb_stat.c
+++ b/gtk/smb_stat.c
@@ -1,7 +1,7 @@
/* smb_stat.c
* smb_stat 2003 Ronnie Sahlberg
*
- * $Id: smb_stat.c,v 1.37 2004/02/22 18:44:03 ulfl Exp $
+ * $Id: smb_stat.c,v 1.38 2004/02/22 18:58:35 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -301,7 +301,7 @@ gtk_smbstat_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);
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index 6f2cef7e92..bdb8ba5566 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -1,7 +1,7 @@
/* wsp_stat.c
* wsp_stat 2003 Jean-Michel FAYARD
*
- * $Id: wsp_stat.c,v 1.19 2004/02/22 18:44:03 ulfl Exp $
+ * $Id: wsp_stat.c,v 1.20 2004/02/22 18:58:35 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -464,7 +464,7 @@ gtk_wspstat_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);