Skip to content

Commit 06d634d

Browse files
author
lb1programmer
committed
Fix exit
1 parent d06cc75 commit 06d634d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TransferGUI.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ def __init__(self):
3737
self.AppsListBox = self.builder.get_object("appsDocumentListBox")
3838
self.lastAppCount = 0
3939
self.sysLogging = False
40+
#Proper exit:
41+
self.window.connect("destroy", Gtk.main_quit)
4042

4143
def setAppListing(self):
4244
import instproxy_browse_installed_app

0 commit comments

Comments
 (0)