We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06cc75 commit 06d634dCopy full SHA for 06d634d
TransferGUI.py
@@ -37,6 +37,8 @@ def __init__(self):
37
self.AppsListBox = self.builder.get_object("appsDocumentListBox")
38
self.lastAppCount = 0
39
self.sysLogging = False
40
+ #Proper exit:
41
+ self.window.connect("destroy", Gtk.main_quit)
42
43
def setAppListing(self):
44
import instproxy_browse_installed_app
0 commit comments