mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
15 lines
542 B
Plaintext
15 lines
542 B
Plaintext
$NetBSD: patch-be,v 1.1.1.1 2009/11/24 11:46:01 obache Exp $
|
|
|
|
--- utils/scimtrayicon.c.orig 2008-11-02 06:42:49.000000000 +0000
|
|
+++ utils/scimtrayicon.c
|
|
@@ -72,7 +72,8 @@ scim_tray_icon_get_type (void)
|
|
NULL, /* class_data */
|
|
sizeof (ScimTrayIcon),
|
|
0, /* n_preallocs */
|
|
- (GInstanceInitFunc) scim_tray_icon_init
|
|
+ (GInstanceInitFunc) scim_tray_icon_init,
|
|
+ 0
|
|
};
|
|
our_type = g_type_register_static (GTK_TYPE_PLUG, "ScimTrayIcon", &our_info, 0);
|
|
}
|