aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_counter.c
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2003-12-16 18:43:35 +0000
committerOlivier Abad <oabad@noos.fr>2003-12-16 18:43:35 +0000
commitabb4aec1fe46e0a8e9ef34b1bc150c693d7c1e43 (patch)
treedd4d79b69fcb1a2a5ae65ba12bcfefd3ba4946de /gtk/h225_counter.c
parente411cd98b8b09f2ee953bd6a692bf09e313064ad (diff)
Use gtk compatibility macros (from compat_macros.h) instead of some gtk+
v1.2 functions which are deprecated in gtk+ v2. Update OBJECT_SET_DATA macros to cast "data" to (gpointer). svn path=/trunk/; revision=9296
Diffstat (limited to 'gtk/h225_counter.c')
-rw-r--r--gtk/h225_counter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/h225_counter.c b/gtk/h225_counter.c
index f28e3b7294..0226ae663b 100644
--- a/gtk/h225_counter.c
+++ b/gtk/h225_counter.c
@@ -2,7 +2,7 @@
* h225 message counter for ethereal
* Copyright 2003 Lars Roland
*
- * $Id: h225_counter.c,v 1.3 2003/12/15 04:23:55 guy Exp $
+ * $Id: h225_counter.c,v 1.4 2003/12/16 18:43:34 oabad Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -575,7 +575,7 @@ gtk_h225counter_cb(GtkWidget *w _U_, gpointer d _U_)
/* Filter entry */
filter_entry=gtk_entry_new();
- gtk_widget_set_usize(filter_entry, 300, -2);
+ WIDGET_SET_SIZE(filter_entry, 300, -2);
gtk_box_pack_start(GTK_BOX(filter_box), filter_entry, TRUE, TRUE, 0);
filter=gtk_entry_get_text(GTK_ENTRY(main_display_filter_widget));
if(filter){