[recipes] Don't overwrite the title for details



commit 7570768cba7aef15e07cf0279d08672ac126e9a1
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 19 17:13:27 2017 -0500

    Don't overwrite the title for details
    
    We want to see the name of the recipe there.

 src/gr-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-window.c b/src/gr-window.c
index 0a7ca32..627e92c 100644
--- a/src/gr-window.c
+++ b/src/gr-window.c
@@ -268,7 +268,6 @@ visible_page_changed (GrWindow *window)
                 g_signal_handlers_block_by_func (window->search_bar, search_changed, window);
                 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (window->search_button), FALSE);
                 g_signal_handlers_unblock_by_func (window->search_bar, search_changed, window);
-                gtk_header_bar_set_title (GTK_HEADER_BAR (window->header), _("Recipes"));
         }
 
         if (strcmp (visible, "edit") != 0) {


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