[recipes] Make sure details pages have the right headerbar config
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Make sure details pages have the right headerbar config
- Date: Tue, 27 Jun 2017 23:42:01 +0000 (UTC)
commit c60d57b9d59340a17d7a92d7c56b92717fde4d48
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jun 27 19:38:34 2017 -0400
Make sure details pages have the right headerbar config
We were inadvertedly overwriting the details headerbar
config with a list headerbar.
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 9dd5d04..89bd3dc 100644
--- a/src/gr-window.c
+++ b/src/gr-window.c
@@ -361,7 +361,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_stack_set_visible_child_name (GTK_STACK (window->header_end_stack), "list");
}
if (strcmp (visible, "edit") != 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]