mirror of
https://github.com/alexkay/spek.git
synced 2025-04-19 18:07:37 +03:00
Fix a compile error with valac 0.11
This commit is contained in:
parent
6adf81b56d
commit
eb00579ceb
@ -50,7 +50,7 @@ namespace Spek {
|
||||
destroy.connect (Gtk.main_quit);
|
||||
|
||||
ui = new UIManager ();
|
||||
var actions = new ActionGroup ("Actions");
|
||||
var actions = new Gtk.ActionGroup ("Actions");
|
||||
actions.add_actions (ACTION_ENTRIES, this);
|
||||
|
||||
var toolbar = new Toolbar ();
|
||||
@ -332,7 +332,7 @@ namespace Spek {
|
||||
return null;
|
||||
}
|
||||
|
||||
private string get_accel_ui_string (ActionGroup actions) {
|
||||
private string get_accel_ui_string (Gtk.ActionGroup actions) {
|
||||
var sb = new StringBuilder ();
|
||||
sb.append ("<ui>");
|
||||
foreach (var action in actions.list_actions ()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user