[gitg] on close, selection should display back the gear menu
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] on close, selection should display back the gear menu
- Date: Tue, 1 Oct 2019 21:04:10 +0000 (UTC)
commit 3dac8929e3e02f711a30b7e8298d7674fae067a4
Author: Adrien Dorsaz <adrien adorsaz ch>
Date: Mon Sep 30 22:19:45 2019 +0200
on close, selection should display back the gear menu
gitg/gitg-window.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gitg/gitg-window.vala b/gitg/gitg-window.vala
index 1aeb9b9c..8d995454 100644
--- a/gitg/gitg-window.vala
+++ b/gitg/gitg-window.vala
@@ -1284,7 +1284,7 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable
d_header_bar.show_close_button = !Gitg.PlatformSupport.use_native_window_controls()
&& !issel;
d_search_button.visible = !issel && searchable != null;
- d_gear_menu.visible = !issel && d_repository != null;
+ d_gear_menu.visible = !issel;
d_select_button.visible = !issel;
d_dash_button.visible = !issel && d_repository != null;
d_clone_button.visible = !issel && d_repository == null;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]