Quellcode durchsuchen

Fix build_fontoption signature

tags/v1.0.2
Matt Baer vor 5 Jahren
Ursprung
Commit
95dc0eb8cb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/window.vala

+ 1
- 1
src/window.vala Datei anzeigen

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


Laden…
Abbrechen
Speichern