Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/korean/ibus-hangul/files/patch-setup_main.py
16461 views
1
--- setup/main.py.orig 2018-06-08 14:34:37 UTC
2
+++ setup/main.py
3
@@ -151,6 +151,7 @@ class Setup ():
4
self.__window = self.__builder.get_object("SetupDialog")
5
icon_file = os.path.join(config.pkgdatadir, "icons", "ibus-hangul.svg")
6
self.__window.set_icon_from_file(icon_file)
7
+ self.__window.connect("destroy", Gtk.main_quit)
8
self.__window.show()
9
10
button = self.__builder.get_object("button_apply")
11
12