diff --git a/gtk/main.c b/gtk/main.c index 9b40feb68..5b64f1b73 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -1287,7 +1287,7 @@ on_core_error( TrCore * core UNUSED, guint code, const char * msg, struct cbdata } #if GTK_CHECK_VERSION( 2, 8, 0 ) -static void +static gboolean on_main_window_focus_in( GtkWidget * widget UNUSED, GdkEventFocus * event UNUSED, gpointer gdata ) @@ -1296,6 +1296,7 @@ on_main_window_focus_in( GtkWidget * widget UNUSED, if( cbdata->wind ) gtk_window_set_urgency_hint( cbdata->wind, FALSE ); + return FALSE; } #endif