mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
21 lines
611 B
Plaintext
21 lines
611 B
Plaintext
$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) {
|