SOURCES: icedove-branding.patch - kill vendor field in version dump

hawk hawk at pld-linux.org
Thu Jun 26 10:07:13 CEST 2008


Author: hawk                         Date: Thu Jun 26 08:07:13 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill vendor field in version dump

---- Files affected:
SOURCES:
   icedove-branding.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/icedove-branding.patch
diff -u SOURCES/icedove-branding.patch:1.3 SOURCES/icedove-branding.patch:1.4
--- SOURCES/icedove-branding.patch:1.3	Thu Jun 26 08:08:57 2008
+++ SOURCES/icedove-branding.patch	Thu Jun 26 10:07:07 2008
@@ -226,3 +226,15 @@
  Title=Software Update
 -Info=Thunderbird is installing your updates and will start in a few moments...
 +Info=Icedove is installing your updates and will start in a few moments...
+diff -urN mozilla.orig/toolkit/xre/nsAppRunner.cpp mozilla/toolkit/xre/nsAppRunner.cpp
+--- mozilla.orig/toolkit/xre/nsAppRunner.cpp	2008-06-23 14:04:17.000000000 +0200
++++ mozilla/toolkit/xre/nsAppRunner.cpp	2008-06-26 09:57:12.000000000 +0200
+@@ -1121,7 +1121,7 @@
+ static void
+ DumpVersion()
+ {
+-  printf("%s %s %s, %s\n", gAppData->vendor ? gAppData->vendor : "", gAppData->name, gAppData->version, gAppData->copyright);
++  printf("%s %s, %s\n", gAppData->name, gAppData->version, gAppData->copyright);
+ }
+ 
+ #ifdef MOZ_ENABLE_XREMOTE
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/icedove-branding.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list