From 3561d2d218fab1edf16d61ff9f1cbb87f8f5feb8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 May 2014 21:53:15 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 (); -- 2.39.2