aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-05 10:27:38 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-05 10:27:38 +0000
commit2a0c241da82e1d5b795f24e160bc43427026e59f (patch)
tree049624d320bd96af4d3bd4c4a4c711b265071057 /gtk/packet_list.c
parent741ab983ad30a92e2560b84e3fc97b61d843f14a (diff)
alyways use SIGNAL_EMIT_BY_NAME with one user parameter,
remove SIGNAL_EMIT_BY_NAME1 completely git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11118 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/packet_list.c')
-rw-r--r--gtk/packet_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/packet_list.c b/gtk/packet_list.c
index c42b203d12..16eee2fc95 100644
--- a/gtk/packet_list.c
+++ b/gtk/packet_list.c
@@ -1,7 +1,7 @@
/* packet_list.c
* packet list related functions 2002 Olivier Abad
*
- * $Id: packet_list.c,v 1.19 2004/03/18 19:04:33 obiot Exp $
+ * $Id: packet_list.c,v 1.20 2004/06/05 10:27:38 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -598,7 +598,7 @@ packet_list_thaw(void)
void
packet_list_select_row(gint row)
{
- SIGNAL_EMIT_BY_NAME1(packet_list, "select_row", row);
+ SIGNAL_EMIT_BY_NAME(packet_list, "select_row", row);
}
void