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: Updated ibus-xx-branding-switcher-ui.patch
Date: Sun, 31 May 2026 02:05:39 GMT [thread overview]
Message-ID: <178019313993.1.1390777502961396655.rpms-ibus-2d2041dd0d4f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 2d2041dd0d4fc4a31a4ebe128068b22b63286f4c
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2012-04-28T16:31:07+09:00
Stats : +15/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/2d2041dd0d4fc4a31a4ebe128068b22b63286f4c?branch=autotool
Log:
Updated ibus-xx-branding-switcher-ui.patch
---
diff --git a/ibus-xx-branding-switcher-ui.patch b/ibus-xx-branding-switcher-ui.patch
index 3d657da..15f7a6a 100644
--- a/ibus-xx-branding-switcher-ui.patch
+++ b/ibus-xx-branding-switcher-ui.patch
@@ -1,5 +1,5 @@
---- ibus-1.4.99.20120317/ui/gtk3/switcher.vala.orig 2012-04-25 18:58:37.209092997 +0900
-+++ ibus-1.4.99.20120317/ui/gtk3/switcher.vala 2012-04-25 18:59:43.017227590 +0900
+--- ibus-1.4.99.20120428/ui/gtk3/switcher.vala.orig 2012-04-28 13:49:41.000000000 +0900
++++ ibus-1.4.99.20120428/ui/gtk3/switcher.vala 2012-04-28 16:26:16.595996905 +0900
@@ -23,15 +23,20 @@
using IBus;
using GLib;
@@ -47,7 +47,15 @@
grab_focus();
}
-@@ -138,6 +158,35 @@ class Switcher : Gtk.Window {
+@@ -59,6 +79,7 @@ class Switcher : Gtk.Window {
+
+ update_engines(engines);
+ m_selected_engine = index;
++ m_label.set_text(m_buttons[index].get_data("longname"));
+ m_buttons[index].grab_focus();
+
+ Gdk.Device device = event.get_device();
+@@ -138,6 +159,35 @@ class Switcher : Gtk.Window {
return m_result;
}
@@ -83,7 +91,7 @@
private void update_engines(IBus.EngineDesc[] engines) {
foreach (var button in m_buttons) {
button.destroy();
-@@ -149,28 +198,15 @@ class Switcher : Gtk.Window {
+@@ -149,28 +199,15 @@ class Switcher : Gtk.Window {
return;
}
@@ -115,7 +123,7 @@
button.show();
button.enter_notify_event.connect((e) => {
-@@ -186,12 +222,40 @@ class Switcher : Gtk.Window {
+@@ -186,12 +223,40 @@ class Switcher : Gtk.Window {
return true;
});
@@ -158,7 +166,7 @@
}
private void next_engine() {
-@@ -199,6 +263,7 @@ class Switcher : Gtk.Window {
+@@ -199,6 +264,7 @@ class Switcher : Gtk.Window {
m_selected_engine = 0;
else
m_selected_engine ++;
@@ -166,7 +174,7 @@
set_focus(m_buttons[m_selected_engine]);
}
-@@ -207,6 +272,7 @@ class Switcher : Gtk.Window {
+@@ -207,6 +273,7 @@ class Switcher : Gtk.Window {
m_selected_engine = m_engines.length - 1;
else
m_selected_engine --;
reply other threads:[~2026-05-31 2:05 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=178019313993.1.1390777502961396655.rpms-ibus-2d2041dd0d4f@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