Fix compilation with older versions of valac
authorDan Breslau <dbreslau@painless-security.com>
Thu, 28 Jul 2016 17:44:24 +0000 (13:44 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Thu, 28 Jul 2016 17:44:24 +0000 (13:44 -0400)
src/moonshot-idcard-widget.vala

index e6e69b0..63970f0 100644 (file)
@@ -47,11 +47,10 @@ class IdCardWidget : Box
     
     private Label label;
 
-    internal int _position;
+    internal int _position = 0;
     internal int position {
         get {return _position;}
         set {_position = value; set_idcard_color();}
-        default = 0;
     }
 
     public signal void expanded();