forked from pool/at-spi2-core
14 lines
567 B
Diff
14 lines
567 B
Diff
|
diff -Npur at-spi2-core-2.10.2-bak/registryd/registry-main.c at-spi2-core-2.10.2/registryd/registry-main.c
|
||
|
--- at-spi2-core-2.10.2-bak/registryd/registry-main.c 2014-05-30 03:00:30.249444690 +0800
|
||
|
+++ at-spi2-core-2.10.2/registryd/registry-main.c 2014-05-30 03:01:05.005444798 +0800
|
||
|
@@ -164,6 +164,9 @@ register_client (void)
|
||
|
const char *startup_id;
|
||
|
const char *app_id;
|
||
|
|
||
|
+ if (client_proxy)
|
||
|
+ return TRUE;
|
||
|
+
|
||
|
startup_id = g_getenv ("DESKTOP_AUTOSTART_ID");
|
||
|
if (!startup_id)
|
||
|
startup_id = "";
|