summaryrefslogtreecommitdiffstats
path: root/abs/core/enlightenment/startup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/enlightenment/startup.patch')
-rw-r--r--abs/core/enlightenment/startup.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/abs/core/enlightenment/startup.patch b/abs/core/enlightenment/startup.patch
index 68641fc..369b39c 100644
--- a/abs/core/enlightenment/startup.patch
+++ b/abs/core/enlightenment/startup.patch
@@ -1,6 +1,6 @@
--- src/startup.c.orig 2013-01-11 02:14:16.690976774 +0000
-+++ src/startup.c 2013-01-11 02:18:38.781047513 +0000
-@@ -173,5 +173,59 @@
++++ src/startup.c 2013-01-11 21:00:59.344248500 +0000
+@@ -173,5 +173,62 @@
Mode.place.enable_features--;
ESync(ESYNC_STARTUP);
@@ -42,6 +42,9 @@
+ ret = system("xwininfo -name \"MythTV Setup\" 2>/dev/null >/dev/null " );
+ if ( ret == 0 )
+ break;
++ ret = system("xwininfo -name \"MythVantage\" 2>/dev/null >/dev/null " );
++ if ( ret == 0 )
++ break;
+ }
+ if ( ret != 0 )
+ printf("ENLIGHTENMENT: Couldn't find mythfrontend/mythwelcome, starting anyhow \n");