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