StatusIcon.vala
[gitlive] / StatusIcon.vala
index 8a76e5d..d686dcc 100644 (file)
@@ -33,7 +33,7 @@ static int main (string[] args) {
  
 
 
-pubic StatusIconA statusicon;
+public StatusIconA statusicon;
  
 class StatusIconA : StatusIcon {
 
@@ -125,7 +125,7 @@ class StatusIconA : StatusIcon {
                     statusicon.set_from_stock( Gtk.STOCK_MEDIA_PAUSE );
                     
                     
-                })
+                });
                 //    id : 'pause',
             }
             
@@ -149,7 +149,7 @@ class StatusIconA : StatusIcon {
                     statusicon.set_from_stock( Gtk.STOCK_MEDIA_PLAY );
                     
                     
-                })
+                });
                 //    id : 'pause',
             }