[frogr] Really hide the toolbar when header bar is enabled
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Really hide the toolbar when header bar is enabled
- Date: Tue, 11 Nov 2014 10:12:45 +0000 (UTC)
commit 73e89b3c2e61f9dbf1be6dd7ce8c0d3b634181d6
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Tue Nov 11 08:55:34 2014 +0000
Really hide the toolbar when header bar is enabled
src/frogr-main-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-main-view.c b/src/frogr-main-view.c
index 4458a58..efa9603 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -565,7 +565,7 @@ static void _initialize_header_bar (FrogrMainView *self)
/* Make sure that the toolbar is not visible when using hte header bar */
toolbar = GTK_WIDGET (gtk_builder_get_object (priv->builder, "toolbar"));
- gtk_widget_show (toolbar);
+ gtk_widget_hide (toolbar);
/* First create the left side buttons */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]