Register the cache on the main D-Bus connection
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / bridge.c
index 74f0431..2df9889 100644 (file)
@@ -781,6 +781,8 @@ spi_atk_activate ()
           return;
         }
       spi_initialize_cache (treepath);
           return;
         }
       spi_initialize_cache (treepath);
+      if (spi_global_app_data->bus)
+        droute_path_register (treepath, spi_global_app_data->bus);
     }
 }
 
     }
 }