We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a879b6b commit 5b46700Copy full SHA for 5b46700
src/window.vala
@@ -174,7 +174,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
174
}
175
176
private unowned SList<Gtk.RadioMenuItem>? font_options = null;
177
- private void build_fontoption(Gtk.Menu menu,
+ private Gtk.RadioMenuItem build_fontoption(Gtk.Menu menu,
178
string label, string fontstyle, string families) {
179
var option = new Gtk.RadioMenuItem.with_label(font_options, label);
180
font_options = option.get_group();
0 commit comments