From: Alan Knowles Date: Tue, 6 May 2014 13:53:19 +0000 (+0800) Subject: StatusIcon.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=95c07e07336649f2e98cde028988ba13c34b6d2f StatusIcon.vala --- diff --git a/StatusIcon.vala b/StatusIcon.vala index 20ff50a3..8a76e5d5 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -23,10 +23,8 @@ using Gtk; static int main (string[] args) { // A reference to our file Gtk.init (ref args); - new StatusIcon(); - - window.show_all (); - + new StatusIcon(); + Gtk.main (); return 0;