18 lines
615 B
Diff
18 lines
615 B
Diff
diff -up PackageKit-0.4.6-20090319/contrib/gtk-module/pk-gtk-module.c.resident PackageKit-0.4.6-20090319/contrib/gtk-module/pk-gtk-module.c
|
|
--- PackageKit-0.4.6-20090319/contrib/gtk-module/pk-gtk-module.c.resident 2009-02-24 06:29:08.000000000 -0500
|
|
+++ PackageKit-0.4.6-20090319/contrib/gtk-module/pk-gtk-module.c 2009-03-23 21:24:52.572926916 -0400
|
|
@@ -328,3 +328,13 @@ gtk_module_init (gint *argc G_GNUC_UNUSE
|
|
{
|
|
install_pango_font_map ();
|
|
}
|
|
+
|
|
+const char *g_module_check_init (GModule *module);
|
|
+
|
|
+const char *
|
|
+g_module_check_init (GModule *module)
|
|
+{
|
|
+ g_module_make_resident (module);
|
|
+
|
|
+ return NULL;
|
|
+}
|