forked from AuroraMiddleware/gtk
search entry: Quiet a compiler warning
This commit is contained in:
parent
82bde1e10a
commit
2e9c7d0744
@ -707,5 +707,5 @@ gtk_search_entry_get_text_widget (GtkSearchEntry *entry)
|
||||
{
|
||||
GtkSearchEntryPrivate *priv = gtk_search_entry_get_instance_private (entry);
|
||||
|
||||
return priv->entry;
|
||||
return GTK_TEXT (priv->entry);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user