[gitg] Hide buttons for activity selection mode



commit 213c8fc9e4d29033b281905dfee2972026700856
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sun Jul 20 16:31:11 2014 +0300

    Hide buttons for activity selection mode

 gitg/gitg-window.vala |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gitg/gitg-window.vala b/gitg/gitg-window.vala
index abf29a0..752ab02 100644
--- a/gitg/gitg-window.vala
+++ b/gitg/gitg-window.vala
@@ -863,7 +863,11 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable
                        d_search_button.visible = !issel;
                        d_gear_menu.visible = !issel;
                        d_select_button.visible = !issel;
+                       d_dash_button.visible = !issel;
+                       d_activities_switcher.visible = !issel;
                        d_select_cancel_button.visible = issel;
+
+                       d_select_button.active = issel;
                }
        }
 


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