fix a few build warnings

This commit is contained in:
monsta
2016-02-01 13:38:30 +03:00
committed by Sorokin Alexei
parent 48062a8267
commit 61ad45a01a
7 changed files with 7 additions and 18 deletions

View File

@@ -1794,7 +1794,7 @@ start_interactive_search_real (XedView *view)
gtk_widget_get_visible (view->priv->search_window))
return TRUE;
if (!gtk_widget_has_focus (view))
if (!gtk_widget_has_focus (GTK_WIDGET (view)))
return FALSE;
buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));