Skip to content

Commit 5b46700

Browse files
committed
Fix build_fontoption signature
1 parent a879b6b commit 5b46700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/window.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
174174
}
175175

176176
private unowned SList<Gtk.RadioMenuItem>? font_options = null;
177-
private void build_fontoption(Gtk.Menu menu,
177+
private Gtk.RadioMenuItem build_fontoption(Gtk.Menu menu,
178178
string label, string fontstyle, string families) {
179179
var option = new Gtk.RadioMenuItem.with_label(font_options, label);
180180
font_options = option.get_group();

0 commit comments

Comments
 (0)