patches/songbird-07-xulrunner-elif.diff
author yippi
Tue, 07 Dec 2010 21:59:21 +0000
changeset 3062 2a7bf2823c88
permissions -rw-r--r--
2010-12-07 Brian Cameron <[email protected]> * SFEesound.spec, base-specs/esound.spec, patches/esound-01-build.diff: Added. * SFEsongbird.spec, ext-sources/nspr-nss-config, patches/songbird-01-cpp-template.diff, patches/songbird-02-taglib.diff, patches/songbird-03-remap-pixman-functions.diff, patches/songbird-05-build.diff, patches/songbird-04-startup-script.diff, patches/songbird-06-donot-delay-stopping-realplayer.diff, patches/songbird-07-xulrunner-elif.diff, patches/songbird-08-runpath.diff patches/songbird-09-system-nss-nspr.diff patches/songbird-10-moz-nss-nspr.diff patches/songbird-11-use-sun-cc.diff patches/songbird-12-using-bash.diff patches/songbird-13-type-cast.diff patches/songbird-14-check-readable-core.diff: Added. * patches/songbird-02-taglib.diff: Updated * patches/songbird-01-menu-item.diff: Removed. * SFEquick-lounge-applet.spec, base-specs/quick-lounge-applet.spec: Added. * SFEmoovida.spec, SFEmoovida-plugins.spec, base-specs/moovida.spec base-specs/moovida-plugins-good.spec, base-specs/moovida-plugins-bad.spec, patches/moovida-04-pidof.diff, patches/moovida-plugins-bad-01-rm-plugins.diff: Updated to latest from spec-files. * SFElibpigment.spec, SFElibpigment-python26.spec, base-specs/libpigment-python.spec: Added.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3062
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
--- a/toolkit/xre/nsAppRunner.cpp
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
+++ b/toolkit/xre/nsAppRunner.cpp
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
@@ -1421,7 +1421,7 @@
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
   if (NS_FAILED(rv))
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
     return rv;
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
 
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
-#elif
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
+#else
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
 #error Oops, you need platform-specific code here
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
 #endif
2a7bf2823c88 2010-12-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    12