Skip to content

Commit

Permalink
Fix build_fontoption signature
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaer committed Dec 20, 2018
1 parent a879b6b commit 5b46700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.vala
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
}

private unowned SList<Gtk.RadioMenuItem>? font_options = null;
private void build_fontoption(Gtk.Menu menu,
private Gtk.RadioMenuItem build_fontoption(Gtk.Menu menu,
string label, string fontstyle, string families) {
var option = new Gtk.RadioMenuItem.with_label(font_options, label);
font_options = option.get_group();
Expand Down

0 comments on commit 5b46700

Please sign in to comment.