aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_table.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-07-30 12:41:56 +0000
committerBill Meier <wmeier@newsguy.com>2010-07-30 12:41:56 +0000
commit6cdec04e597968ac846aa5b655c474bf903d16e8 (patch)
tree72ddaffc17cc39d1ccd907817b20b24cb22e7918 /gtk/conversations_table.c
parent11b9ed0426b00dc822d4ab755821f7029b2d821d (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. svn path=/trunk/; revision=33679
Diffstat (limited to 'gtk/conversations_table.c')
-rw-r--r--gtk/conversations_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/conversations_table.c b/gtk/conversations_table.c
index 1e40c47f85..e2b8702f2d 100644
--- a/gtk/conversations_table.c
+++ b/gtk/conversations_table.c
@@ -613,7 +613,7 @@ ct_select_filter_cb(GtkWidget *widget _U_, gpointer callback_data, guint callbac
g_free (str);
}
-static gint
+static gboolean
ct_show_popup_menu_cb(void *widg _U_, GdkEvent *event, conversations_table *ct)
{
GdkEventButton *bevent = (GdkEventButton *)event;