public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peng Huang <phuang@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Update ibus-HEAD.patch, to fix bug 484652.
Date: Sun, 31 May 2026 02:04:07 GMT	[thread overview]
Message-ID: <178019304704.1.10466587041697743977.rpms-ibus-0de710e6449d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : 0de710e6449dc7c36b8540c60500afd3faaee63f
Author : Peng Huang <phuang@fedoraproject.org>
Date   : 2009-02-13T06:15:14+00:00
Stats  : +30/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/0de710e6449dc7c36b8540c60500afd3faaee63f?branch=autotool

Log:
Update ibus-HEAD.patch, to fix bug 484652.

---
diff --git a/ibus-HEAD.patch b/ibus-HEAD.patch
index fff2cce..a1677e8 100644
--- a/ibus-HEAD.patch
+++ b/ibus-HEAD.patch
@@ -347,6 +347,32 @@ index eec1df0..71c8dbe 100644
      server = bus_server_get_default ();
      bus_server_listen (server);
  
+diff --git a/src/ibusbus.c b/src/ibusbus.c
+index 9965761..a567359 100644
+--- a/src/ibusbus.c
++++ b/src/ibusbus.c
+@@ -639,15 +639,20 @@ ibus_bus_exit (IBusBus *bus,
+ {
+     g_assert (IBUS_IS_BUS (bus));
+ 
++    IBusBusPrivate *priv;
++    priv = IBUS_BUS_GET_PRIVATE (bus);
++    
+     gboolean result;
+     result = ibus_bus_call (bus,
+                             IBUS_SERVICE_IBUS,
+                             IBUS_PATH_IBUS,
+                             IBUS_INTERFACE_IBUS,
+-                            "Kill",
++                            "Exit",
+                             G_TYPE_BOOLEAN, &restart,
+                             G_TYPE_INVALID,
+                             G_TYPE_INVALID);
++    ibus_connection_flush (priv->connection);
++    
+     return result;
+ }
+ 
 diff --git a/src/ibuscomponent.c b/src/ibuscomponent.c
 index 9ca487d..59690b8 100644
 --- a/src/ibuscomponent.c

diff --git a/ibus.spec b/ibus.spec
index af698f8..cd5b94c 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -3,7 +3,7 @@
 %define mod_path ibus-1.1
 Name:       ibus
 Version:    1.1.0.20090211
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Intelligent Input Bus for Linux OS
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -181,6 +181,9 @@ fi
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Feb 13 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090211-3
+- Update ibus-HEAD.patch, to fix bug 484652.
+
 * Fri Feb 13 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090211-2
 - Add patch ibus-HEAD.patch, to update ibus to HEAD version.
 

                 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=178019304704.1.10466587041697743977.rpms-ibus-0de710e6449d@fedoraproject.org \
    --to=phuang@fedoraproject.org \
    --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