From c3d348fc81f64ec5f7eb6bc82d6ed7fac9a647ae Mon Sep 17 00:00:00 2001 From: stig Date: Sun, 4 May 2008 22:29:41 +0000 Subject: Corrected some unused arguments in case someone starts using them, or just copy the code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25225 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/main_packet_list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk') diff --git a/gtk/main_packet_list.c b/gtk/main_packet_list.c index f17e26832f..5a345ed1cd 100644 --- a/gtk/main_packet_list.c +++ b/gtk/main_packet_list.c @@ -257,7 +257,7 @@ packet_list_click_column_cb(GtkCList *clist, gint column, gpointer data) /* What to do when a list item is selected/unselected */ static void -packet_list_select_cb(GtkWidget *w _U_, gint row, gint col _U_, gpointer evt _U_) { +packet_list_select_cb(GtkWidget *w _U_, gint row, gint col _U_, GdkEventButton *event _U_, gpointer evt _U_) { frame_data *fdata; /* Remove the hex display tabbed pages */ @@ -275,7 +275,7 @@ packet_list_select_cb(GtkWidget *w _U_, gint row, gint col _U_, gpointer evt _U_ } static void -packet_list_unselect_cb(GtkWidget *w _U_, gint row _U_, gint col _U_, gpointer evt _U_) { +packet_list_unselect_cb(GtkWidget *w _U_, gint row _U_, gint col _U_, GdkEventButton *event _U_, gpointer evt _U_) { cf_unselect_packet(&cfile); } -- cgit v1.2.3