RooTicket.vala
[gitlive] / Clones.vala
index 2732b4e..8b0da79 100644 (file)
@@ -169,9 +169,15 @@ public class Clones : Object
             // set gobject values
             this.el.label = "Add Repository";
 
+            // init method
+
+            {
+               this.el.get_style_context().add_class("suggested-action");
+            }
+
             //listeners
             this.el.clicked.connect( () => {
-                       Clone.show(this.el);
+                       Clone.singleton().show(this.el);