pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/mozc-server/patches Remove a obsolete patch.
details: https://anonhg.NetBSD.org/pkgsrc/rev/424823251400
branches: trunk
changeset: 641434:424823251400
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Nov 07 23:31:18 2014 +0000
description:
Remove a obsolete patch.
diffstat:
inputmethod/mozc-server/patches/patch-gui_config__dialog_keymap__editor.cc | 20 ----------
1 files changed, 0 insertions(+), 20 deletions(-)
diffs (24 lines):
diff -r af30e98380d6 -r 424823251400 inputmethod/mozc-server/patches/patch-gui_config__dialog_keymap__editor.cc
--- a/inputmethod/mozc-server/patches/patch-gui_config__dialog_keymap__editor.cc Fri Nov 07 23:28:36 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-gui_config__dialog_keymap__editor.cc,v 1.2 2013/07/20 04:34:53 ryoon Exp $
-
---- gui/config_dialog/keymap_editor.cc.orig 2013-07-17 02:38:20.000000000 +0000
-+++ gui/config_dialog/keymap_editor.cc
-@@ -448,13 +448,13 @@ bool KeyMapEditorDialog::Update() {
- *keymap_table += invisible_keymap_table_;
-
- if (new_ime_switch_keymap != ime_switch_keymap_) {
--#if defined(OS_WIN) || defined(OS_LINUX)
-+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_NETBSD)
- QMessageBox::information(
- this,
- windowTitle(),
- tr("The keymaps for IME ON and Reconversion will be "
- "applied after new applications."));
--#endif // OS_WIN || OS_LINUX
-+#endif // OS_WIN || OS_LINUX || OS_NETBSD
- ime_switch_keymap_ = new_ime_switch_keymap;
- }
-
Home |
Main Index |
Thread Index |
Old Index