From: Alan Knowles Date: Tue, 6 May 2014 13:53:15 +0000 (+0800) Subject: StatusIcon.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=3561d2d218fab1edf16d61ff9f1cbb87f8f5feb8 StatusIcon.vala --- diff --git a/StatusIcon.vala b/StatusIcon.vala index 448f6c91..20ff50a3 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -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 ();