StatusIcon.vala
[gitlive] / StatusIcon.vala
index 20ff50a..d686dcc 100644 (file)
@@ -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;
      
@@ -35,7 +33,7 @@ static int main (string[] args) {
  
 
 
-pubic StatusIconA statusicon;
+public StatusIconA statusicon;
  
 class StatusIconA : StatusIcon {
 
@@ -127,7 +125,7 @@ class StatusIconA : StatusIcon {
                     statusicon.set_from_stock( Gtk.STOCK_MEDIA_PAUSE );
                     
                     
-                })
+                });
                 //    id : 'pause',
             }
             
@@ -151,7 +149,7 @@ class StatusIconA : StatusIcon {
                     statusicon.set_from_stock( Gtk.STOCK_MEDIA_PLAY );
                     
                     
-                })
+                });
                 //    id : 'pause',
             }