public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Fix fuzzy patch.
@ 2026-05-31 2:04 Takao Fujiwara
0 siblings, 0 replies; only message in thread
From: Takao Fujiwara @ 2026-05-31 2:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 51d759391e9415ebf427749ded9afc5aa782a35e
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2010-09-14T11:08:30+09:00
Stats : +5/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/51d759391e9415ebf427749ded9afc5aa782a35e?branch=autotool
Log:
Fix fuzzy patch.
---
diff --git a/ibus-541492-xkb.patch b/ibus-541492-xkb.patch
index d324213..1dac22e 100644
--- a/ibus-541492-xkb.patch
+++ b/ibus-541492-xkb.patch
@@ -729,7 +729,7 @@ index c6612d2..b8dd1cf 100644
# use global ime setting
self.__checkbutton_use_global_engine = self.__builder.get_object("checkbutton_use_global_engine")
self.__checkbutton_use_global_engine.set_active(
-@@ -233,6 +243,145 @@ class Setup(object):
+@@ -223,6 +233,145 @@ class Setup(object):
self.__combobox.connect("notify::active-engine", self.__combobox_notify_active_engine_cb)
self.__treeview.connect("notify", self.__treeview_notify_cb)
@@ -875,9 +875,9 @@ index c6612d2..b8dd1cf 100644
def __combobox_notify_active_engine_cb(self, combobox, property):
engine = self.__combobox.get_active_engine()
button = self.__builder.get_object("button_engine_add")
-@@ -282,6 +431,80 @@ class Setup(object):
- dlg.run()
- dlg.destroy()
+@@ -255,6 +404,80 @@ class Setup(object):
+ about.run()
+ about.destroy()
+ def __button_config_layouts_cb(self, button):
+ self.__dialog_config_layouts.run()
@@ -956,7 +956,7 @@ index c6612d2..b8dd1cf 100644
def __init_bus(self):
try:
self.__bus = ibus.Bus()
-@@ -470,6 +693,7 @@ class Setup(object):
+@@ -439,6 +662,7 @@ class Setup(object):
def __checkbutton_use_sys_layout_toggled_cb(self, button):
value = self.__checkbutton_use_sys_layout.get_active()
self.__config.set_value("general", "use_system_keyboard_layout", value)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:04 [rpms/ibus] autotool: Fix fuzzy patch Takao Fujiwara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox