Fix build_fontoption signature
This commit is contained in:
parent
8312087ec9
commit
95dc0eb8cb
@ -174,7 +174,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private unowned SList<Gtk.RadioMenuItem>? font_options = null;
|
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) {
|
string label, string fontstyle, string families) {
|
||||||
var option = new Gtk.RadioMenuItem.with_label(font_options, label);
|
var option = new Gtk.RadioMenuItem.with_label(font_options, label);
|
||||||
font_options = option.get_group();
|
font_options = option.get_group();
|
||||||
|
Loading…
Reference in New Issue
Block a user