public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Takao Fujiwara <tfujiwar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Fix fuzzy patch.
Date: Sun, 31 May 2026 02:04:45 GMT [thread overview]
Message-ID: <178019308594.1.11786898831920654546.rpms-ibus-51d759391e94@fedoraproject.org> (raw)
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)
reply other threads:[~2026-05-31 2:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178019308594.1.11786898831920654546.rpms-ibus-51d759391e94@fedoraproject.org \
--to=tfujiwar@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox