Skip to content

Commit a30ab53

Browse files
author
Jørgen Lien Sellæg
committed
Change to gio application
@milleniumbug See if this fixes it
1 parent fc8f7f4 commit a30ab53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def add_menu(position, label, items) :
1313
return
1414
sub_menu = Gio.Menu.new()
1515
i = 0
16-
app = Gtk.Application.get_default()
16+
app = Gio.Application.get_default()
1717
for item in items :
1818
sub_menu.insert(i, item['label'], 'app.'+item['action'])
1919
i = i + 1

0 commit comments

Comments
 (0)