00335f8
--- gnome-applets-2.16.0.1/null_applet/null_applet.c.fix-null-applet	2006-12-15 17:09:57.000000000 -0500
00335f8
+++ gnome-applets-2.16.0.1/null_applet/null_applet.c	2006-12-15 17:10:55.000000000 -0500
00335f8
@@ -83,7 +83,7 @@
00335f8
 
00335f8
 	for (l = list; l; l = l->next)
00335f8
 	{
00335f8
-		key = g_strdup_printf ("%p/bonobo_iid", l->data);
00335f8
+		key = g_strdup_printf ("%s/bonobo_iid", l->data);
00335f8
 		oafiid = gconf_client_get_string (client, key, &error);
00335f8
 		if (error)
00335f8
 		{