filter_entry_keyrelease_handler() is supposed to return a gboolean, make it return has_text

This commit is contained in:
Landry Breuil
2014-12-01 09:49:51 +01:00
parent 9ca4c078c6
commit ff69f4d3b3

View File

@@ -91,6 +91,7 @@ filter_entry_keyrelease_handler(GtkEntry *entry,
gtk_entry_set_icon_sensitive (GTK_ENTRY(entry),
GTK_ENTRY_ICON_SECONDARY,
has_text);
return has_text;
}
static void