aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-30 12:41:56 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-30 12:41:56 +0000
commit40c5c127247810f87eaf60cc9f5c4b9eabc0a223 (patch)
tree72ddaffc17cc39d1ccd907817b20b24cb22e7918 /gtk/hostlist_table.c
parentfb6f60c7ea7eb8089929dddb221e18af7e4a9897 (diff)
(Minor) Cleanup some "event callback" function declarations/definitions:
- Add missing 'user_data' arg as needed; - Use gboolean rather than int as the type of the value returned. Also: Cleanup whitespace & reformat long lines in a few cases. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33679 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/hostlist_table.c')
-rw-r--r--gtk/hostlist_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_table.c b/gtk/hostlist_table.c
index 9daa222494..0cc0fe9c94 100644
--- a/gtk/hostlist_table.c
+++ b/gtk/hostlist_table.c
@@ -380,7 +380,7 @@ hostlist_select_filter_cb(GtkWidget *widget _U_, gpointer callback_data, guint c
g_free (str);
}
-static gint
+static gboolean
hostlist_show_popup_menu_cb(void *widg _U_, GdkEvent *event, hostlist_table *et)
{
GdkEventButton *bevent = (GdkEventButton *)event;