diff options
author | 2017-09-21 20:48:11 +0200 | |
---|---|---|
committer | 2017-09-21 17:03:57 -0400 | |
commit | f0d71731a2377324deec959a9f5878d2eb6f9aa2 (patch) | |
tree | b102a6bfd844a31c9e71dbea00d92e7d50db0195 /app-i18n/fcitx/files | |
parent | dev-python/protobuf-python: Version bump (3.4.1) (bug #619828). (diff) | |
download | gentoo-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.patch | 13 |
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; + } |