[gnome-photos/gnome-3-12] overview-searchbar: Silence a compiler warning



commit 3456643c66cb2eb0ceb56247aa799693bce24889
Author: Debarshi Ray <debarshir gnome org>
Date:   Sat Mar 15 23:27:16 2014 +0100

    overview-searchbar: Silence a compiler warning
    
    Fallout from 4742182024826482e77c4a50215496488a2090c9
    
    Fixes: https://bugzilla.gnome.org/726165

 src/photos-overview-searchbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-overview-searchbar.c b/src/photos-overview-searchbar.c
index 882b3ac..579cc4e 100644
--- a/src/photos-overview-searchbar.c
+++ b/src/photos-overview-searchbar.c
@@ -88,7 +88,7 @@ photos_overview_searchbar_active_changed (PhotosOverviewSearchbar *self,
 
   event_device = gtk_get_current_event_device ();
   if (event_device != NULL)
-    gd_entry_focus_hack (priv->search_entry, event_device);
+    gd_entry_focus_hack (GTK_WIDGET (priv->search_entry), event_device);
 
   g_free (name);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]