From 8771a6de3590d468d1a2c3cfab34955c624f614a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 1 Jun 2009 19:09:19 -0400 Subject: More code cleanup. --- widgets/misc/e-combo-button.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'widgets/misc/e-combo-button.c') diff --git a/widgets/misc/e-combo-button.c b/widgets/misc/e-combo-button.c index a6fb3b517f..f482f06094 100644 --- a/widgets/misc/e-combo-button.c +++ b/widgets/misc/e-combo-button.c @@ -285,7 +285,7 @@ e_combo_button_popup (EComboButton *combo_button, GdkEventButton *event) } /* GtkWidget methods. */ -static int +static gint impl_button_press_event (GtkWidget *widget, GdkEventButton *event) { @@ -315,7 +315,7 @@ impl_button_press_event (GtkWidget *widget, return TRUE; } -static int +static gint impl_leave_notify_event (GtkWidget *widget, GdkEventCrossing *event) { @@ -335,7 +335,7 @@ impl_leave_notify_event (GtkWidget *widget, return FALSE; } -static int +static gint impl_expose_event (GtkWidget *widget, GdkEventExpose *event) { -- cgit v1.2.3