瀏覽代碼

Fix build_fontoption signature

tags/v1.0.2
Matt Baer 5 年之前
父節點
當前提交
95dc0eb8cb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/window.vala

+ 1
- 1
src/window.vala 查看文件

@@ -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();


Loading…
取消
儲存