Skip to content

Commit c56e648

Browse files
author
Alain M
committed
Release 0.1.12
1 parent 5447e5f commit c56e648

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Application.vala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ public class Byte : Gtk.Application {
4747
scan_service = new Services.Scan ();
4848
radio_browser = new Services.RadioBrowser ();
4949
lastfm_service = new Services.Lastfm ();
50-
51-
5250
}
5351

5452
protected override void activate () {
@@ -73,7 +71,7 @@ public class Byte : Gtk.Application {
7371

7472
main_window.set_allocation (rect);
7573
main_window.show_all ();
76-
74+
7775
// Indicator
7876
indicator = new Services.Indicator ();
7977
indicator.initialize ();

0 commit comments

Comments
 (0)