diff options
Diffstat (limited to 'www/libxul/files/patch-bug778078')
-rw-r--r-- | www/libxul/files/patch-bug778078 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libxul/files/patch-bug778078 b/www/libxul/files/patch-bug778078 index c3d42c391a98..a68f07ab34ed 100644 --- a/www/libxul/files/patch-bug778078 +++ b/www/libxul/files/patch-bug778078 @@ -1,7 +1,7 @@ --- toolkit/xre/nsAppRunner.cpp~ +++ toolkit/xre/nsAppRunner.cpp -@@ -3046,7 +3046,7 @@ XRE_main(int argc, char* argv[], const n - QApplication app(gArgc, gArgv); +@@ -3133,7 +3133,7 @@ XRE_main(int argc, char* argv[], const n + gQtOnlyArgv[gQtOnlyArgc] = nsnull; #endif #if defined(MOZ_WIDGET_GTK2) -#ifdef MOZ_MEMORY |