Update to 1.4.1-3.
This commit is contained in:
parent
93277e766f
commit
7f7cc32712
21
ibus-hangul-setup-race-condition.patch
Normal file
21
ibus-hangul-setup-race-condition.patch
Normal file
@ -0,0 +1,21 @@
|
||||
Index: ibus-hangul-1.4.1/setup/main.py
|
||||
===================================================================
|
||||
--- ibus-hangul-1.4.1.orig/setup/main.py
|
||||
+++ ibus-hangul-1.4.1/setup/main.py
|
||||
@@ -35,7 +35,6 @@ class Setup ():
|
||||
def __init__ (self, bus):
|
||||
self.__bus = bus
|
||||
self.__config = self.__bus.get_config()
|
||||
- self.__config.connect("value-changed", self.on_value_changed, None)
|
||||
|
||||
ui_file = os.path.join(os.path.dirname(__file__), "setup.ui")
|
||||
self.__builder = Gtk.Builder()
|
||||
@@ -117,6 +116,8 @@ class Setup ():
|
||||
ok_button = self.__builder.get_object("button_cancel")
|
||||
ok_button.grab_focus()
|
||||
|
||||
+ self.__config.connect("value-changed", self.on_value_changed, None)
|
||||
+
|
||||
def run(self):
|
||||
res = self.__window.run()
|
||||
if (res == Gtk.ResponseType.OK):
|
@ -14,7 +14,7 @@
|
||||
|
||||
Name: ibus-hangul
|
||||
Version: 1.4.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: The Hangul engine for IBus input platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -25,6 +25,7 @@ Patch1: ibus-hangul-setup-gi.patch
|
||||
%if %have_bridge_hotkey
|
||||
Patch2: ibus-hangul-add-hangul-hotkey.patch
|
||||
%endif
|
||||
Patch3: ibus-hangul-setup-race-condition.patch
|
||||
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: intltool
|
||||
@ -53,6 +54,7 @@ libhangul.
|
||||
%patch2 -p1 -b .add-hangul-hotkey
|
||||
%endif
|
||||
|
||||
%patch3 -p1 -b .setup-race-condition
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
|
Loading…
Reference in New Issue
Block a user