pkgsrc/inputmethod/scim/patches/patch-bc
obache f7e2bcd3ee Update scim to 1.4.14.
A new stable version has been released, the main change is the incorporation of
scim-bridge.

 All integrated im-modules (gtk2/gtk3/qt3/qt4/clutter) are written in pure C
 so they should have no compatibility issues which the original gtk-im-modules
 usually have. Moreover, the original im-modules supports only gtk2/gtk3,
scim provides gtk2/gtk3/qt3/qt4/clutter im-modules after the incorporation.
2012-08-19 08:09:08 +00:00

20 lines
611 B
Text

$NetBSD: patch-bc,v 1.4 2012/08/19 08:09:08 obache Exp $
--- utils/scimkeyselection.cpp.orig 2012-06-11 15:50:28.000000000 +0000
+++ utils/scimkeyselection.cpp
@@ -79,6 +79,7 @@ scim_key_selection_register_type (GTypeM
sizeof (ScimKeySelection),
0,
(GInstanceInitFunc) scim_key_selection_init,
+ 0
};
if (!key_selection_type) {
@@ -641,6 +642,7 @@ scim_key_selection_dialog_register_type
sizeof (ScimKeySelectionDialog),
0,
(GInstanceInitFunc) scim_key_selection_dialog_init,
+ 0
};
if (!key_selection_dialog_type) {