StatusIcon.vala
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 May 2014 13:53:15 +0000 (21:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 May 2014 13:53:15 +0000 (21:53 +0800)
StatusIcon.vala

index 448f6c9..20ff50a 100644 (file)
@@ -23,8 +23,7 @@ using Gtk;
 static int main (string[] args) {
     // A reference to our file
     Gtk.init (ref args);
-
-    var window = new TestWindow();
+  new StatusIcon();
     
     window.show_all ();