StatusIcon.vala
[gitlive] / StatusIcon.vala
index af125a4..9c0b98e 100644 (file)
@@ -102,6 +102,10 @@ public class StatusIconA : StatusIcon {
     {
                this.set_from_stock( Gtk.Stock.MEDIA_PAUSE );
     }
+    void resume()
+    {
+               this.set_from_stock( Gtk.Stock.MEDIA_PLAY );
+    }
     
     
     class MenuA : Gtk.Menu