Skip to content

Commit 249e60d

Browse files
authored
Oops
1 parent 9ca310c commit 249e60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class Music.MainWindow : Gtk.ApplicationWindow {
8181
add_button_box.append (new Gtk.Image.from_icon_name ("document-open-symbolic"));
8282
add_button_box.append (add_button_label);
8383

84-
open_action = new SimpleAction (ACTION_OPEN, null);
84+
var open_action = new SimpleAction (ACTION_OPEN, null);
8585
open_action.activate.connect (open_files);
8686

8787
var add_button = new Gtk.Button () {

0 commit comments

Comments
 (0)