2001-11-13 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / registryd / registry-main.c
index 509e2aa..5c92be2 100644 (file)
@@ -41,7 +41,7 @@ main (int argc,
             g_error ("Could not initialize oaf / Bonobo");
           }
 
-        obj_id = "OAFIID:Accessibility_SpiRegistry:proto0.1";
+        obj_id = "OAFIID:Accessibility_Registry:proto0.1";
 
         registry = spi_registry_new ();
 
@@ -57,7 +57,7 @@ main (int argc,
         g_timeout_add_full (G_PRIORITY_HIGH_IDLE, 200, registry->kbd_event_hook, registry, NULL);
 /*     keyevent_source =
                g_source_new (registry->kbd_event_hook, sizeof (GSourceFunc));
-               g_source_attach (keyevent_source, g_main_conspi_text_default());*/
+               g_source_attach (keyevent_source, g_main_context_default());*/
         bonobo_main ();
 
         return 0;