mirror of
https://github.com/derrod/legendary.git
synced 2025-08-26 20:11:04 +00:00
removed TODO for finishing of actual install in install_gtk()
This commit is contained in:
parent
24fe80f79f
commit
6aed5166c3
|
@ -111,7 +111,6 @@ def update_avail(app_name):
|
||||||
else:
|
else:
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
# TODO: finish actual install
|
|
||||||
def install_gtk(app_name, app_title, parent):
|
def install_gtk(app_name, app_title, parent):
|
||||||
install_dialog = Gtk.MessageDialog( parent=parent,
|
install_dialog = Gtk.MessageDialog( parent=parent,
|
||||||
destroy_with_parent=True,
|
destroy_with_parent=True,
|
||||||
|
|
Loading…
Reference in a new issue