[gnome-control-center] search: use-header-bar for Search Locations dialog



commit e67cd42a45ab7c299cf5caec28a1d52b18bf1a48
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon May 30 15:32:38 2016 +0200

    search: use-header-bar for Search Locations dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766513

 panels/search/cc-search-locations-dialog.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/panels/search/cc-search-locations-dialog.c b/panels/search/cc-search-locations-dialog.c
index 21e403c..1890764 100644
--- a/panels/search/cc-search-locations-dialog.c
+++ b/panels/search/cc-search-locations-dialog.c
@@ -671,7 +671,9 @@ cc_search_locations_dialog_new (CcSearchPanel *panel)
 {
   CcSearchLocationsDialog *self;
 
-  self = g_object_new (CC_SEARCH_LOCATIONS_DIALOG_TYPE, NULL);
+  self = g_object_new (CC_SEARCH_LOCATIONS_DIALOG_TYPE,
+                       "use-header-bar", TRUE,
+                       NULL);
 
   tracker_preferences = g_settings_new (TRACKER_SCHEMA);
   populate_list_boxes (self);


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