Title: [111174] trunk/Tools
Revision
111174
Author
[email protected]
Date
2012-03-19 07:30:30 -0700 (Mon, 19 Mar 2012)

Log Message

[GTK] Prefix run-launcher with run-with-jhbuild
https://bugs.webkit.org/show_bug.cgi?id=81503

Patch by Philippe Normand <[email protected]> on 2012-03-19
Reviewed by Hajime Morita.

* Scripts/run-launcher:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (111173 => 111174)


--- trunk/Tools/ChangeLog	2012-03-19 10:47:47 UTC (rev 111173)
+++ trunk/Tools/ChangeLog	2012-03-19 14:30:30 UTC (rev 111174)
@@ -1,3 +1,12 @@
+2012-03-19  Philippe Normand  <[email protected]>
+
+        [GTK] Prefix run-launcher with run-with-jhbuild
+        https://bugs.webkit.org/show_bug.cgi?id=81503
+
+        Reviewed by Hajime Morita.
+
+        * Scripts/run-launcher:
+
 2012-03-19  Dominik Röttsches  <[email protected]>
 
         [EFL] Prefix run-launcher with run-with-jhbuild

Modified: trunk/Tools/Scripts/run-launcher (111173 => 111174)


--- trunk/Tools/Scripts/run-launcher	2012-03-19 10:47:47 UTC (rev 111173)
+++ trunk/Tools/Scripts/run-launcher	2012-03-19 14:30:30 UTC (rev 111174)
@@ -65,10 +65,11 @@
 
     if (isGtk()) {
         if (isWK2()) {
-            $launcherPath = catdir($launcherPath, "Programs", "MiniBrowser");
+            unshift(@ARGV, catdir($launcherPath, "Programs", "MiniBrowser"));
         } else {
-            $launcherPath = catdir($launcherPath, "Programs", "GtkLauncher");
+            unshift(@ARGV, catdir($launcherPath, "Programs", "GtkLauncher"));
         }
+        $launcherPath = catdir(sourceDir(), "Tools", "gtk", "run-with-jhbuild");
     }
     
     if (isEfl()) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to