Skip to content

Commit

Permalink
Small code tweak
Browse files Browse the repository at this point in the history
Made PeekApplicationWindow.recorder constructor settable
  • Loading branch information
phw committed Jan 5, 2016
1 parent 1350e91 commit 941cc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peek-application-window.vala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using Cairo;

[GtkTemplate (ui = "/de/uploadedlobster/peek/application-window.ui")]
class PeekApplicationWindow : ApplicationWindow {
public ScreenRecorder recorder { get; private set; }
public ScreenRecorder recorder { get; construct set; }

public bool open_file_manager { get; set; }

Expand Down

0 comments on commit 941cc1b

Please sign in to comment.