summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2017-09-21 20:48:11 +0200
committerMike Gilbert <floppym@gentoo.org>2017-09-21 17:03:57 -0400
commitf0d71731a2377324deec959a9f5878d2eb6f9aa2 (patch)
treeb102a6bfd844a31c9e71dbea00d92e7d50db0195 /app-i18n/fcitx/files
parentdev-python/protobuf-python: Version bump (3.4.1) (bug #619828). (diff)
downloadgentoo-f0d71731a2377324deec959a9f5878d2eb6f9aa2.tar.gz
gentoo-f0d71731a2377324deec959a9f5878d2eb6f9aa2.tar.bz2
gentoo-f0d71731a2377324deec959a9f5878d2eb6f9aa2.zip
app-i18n/fcitx: Version bump (4.2.9.3).
Diffstat (limited to 'app-i18n/fcitx/files')
-rw-r--r--app-i18n/fcitx/files/fcitx-4.2.9.3-restart.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-i18n/fcitx/files/fcitx-4.2.9.3-restart.patch b/app-i18n/fcitx/files/fcitx-4.2.9.3-restart.patch
new file mode 100644
index 000000000000..b71bdac9461a
--- /dev/null
+++ b/app-i18n/fcitx/files/fcitx-4.2.9.3-restart.patch
@@ -0,0 +1,13 @@
+https://github.com/fcitx/fcitx/issues/362
+https://github.com/fcitx/fcitx/commit/82202f6b81361263693f07ae17c55c8ce048b220
+
+--- /src/lib/fcitx/instance.c
++++ /src/lib/fcitx/instance.c
+@@ -365,6 +365,7 @@
+ setjmp(FcitxRecover);
+
+ if (instance->destroy || instance->restart) {
++ FcitxInstanceEnd(instance);
+ FcitxInstanceRealEnd(instance);
+ break;
+ }