Update to 1.3.1-15.
This commit is contained in:
parent
4031a16a6e
commit
2adfc60926
@ -1,4 +1,4 @@
|
||||
From e494dd5bde1640bc11e0be4296e7a85e88701cbe Mon Sep 17 00:00:00 2001
|
||||
From 5eea6bfe70ba1815bda1ba22a28c584f9d5f6a64 Mon Sep 17 00:00:00 2001
|
||||
From: Daiki Ueno <ueno@unixuser.org>
|
||||
Date: Wed, 8 Dec 2010 18:06:11 +0900
|
||||
Subject: [PATCH] Apply iok patch from fedora.
|
||||
@ -8,7 +8,7 @@ Subject: [PATCH] Apply iok patch from fedora.
|
||||
1 files changed, 43 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/src/engine.c b/src/engine.c
|
||||
index f8e7fe5..04b0722 100644
|
||||
index f8e7fe5..3143428 100644
|
||||
--- a/src/engine.c
|
||||
+++ b/src/engine.c
|
||||
@@ -35,6 +35,7 @@ struct _IBusM17NEngine {
|
||||
@ -49,9 +49,6 @@ index f8e7fe5..04b0722 100644
|
||||
NULL);
|
||||
g_object_ref_sink (m17n->setup_prop);
|
||||
|
||||
+ if (klass->use_iok)
|
||||
+ ibus_property_set_visible (m17n->show_iok_prop, TRUE);
|
||||
+
|
||||
+ label = ibus_text_new_from_string ("iok");
|
||||
+ m17n->show_iok_prop = ibus_property_new ("iok",
|
||||
+ PROP_TYPE_NORMAL,
|
||||
@ -63,6 +60,9 @@ index f8e7fe5..04b0722 100644
|
||||
+ 0,
|
||||
+ NULL);
|
||||
+ g_object_ref_sink (m17n->show_iok_prop);
|
||||
+
|
||||
+ if (klass->use_iok)
|
||||
+ ibus_property_set_visible (m17n->show_iok_prop, TRUE);
|
||||
+
|
||||
m17n->prop_list = ibus_prop_list_new ();
|
||||
g_object_ref_sink (m17n->prop_list);
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ibus-m17n
|
||||
Version: 1.3.1
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: The M17N engine for IBus platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -66,6 +66,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-15
|
||||
- Update iok patch.
|
||||
- Fix bug 669128 - [abrt] ibus-m17n-1.3.1-14.fc15:
|
||||
Process /usr/libexec/ibus-engine-m17n was killed by signal 6 (SIGABRT)
|
||||
|
||||
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> - 1.3.1-14
|
||||
- Rebuild against newer gtk3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user