[shotwell/wip/dedeprecate: 59/64] Important action is sensitive



commit cf7335d72111910861f967c13ce40d51fa746f34
Author: Jens Georg <mail jensge org>
Date:   Thu Nov 10 21:21:43 2016 +0100

    Important action is sensitive
    
    Signed-off-by: Jens Georg <mail jensge org>

 src/Page.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Page.vala b/src/Page.vala
index 03453f0..390fe73 100644
--- a/src/Page.vala
+++ b/src/Page.vala
@@ -312,6 +312,7 @@ public abstract class Page : Gtk.ScrolledWindow {
     
     public void set_action_important(string name, bool important) {
         critical ("=> Set action important called for %s", name);
+        set_action_sensitive (name, important);
     }
     
     public void set_action_visible(string name, bool visible) {


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