thunderbird-appname.patch
changeset 0 b71590debb98
equal deleted inserted replaced
-1:000000000000 0:b71590debb98
       
     1 Index: mail/components/shell/nsMailGNOMEIntegration.cpp
       
     2 ===================================================================
       
     3 RCS file: /cvsroot/mozilla/mail/components/shell/nsMailGNOMEIntegration.cpp,v
       
     4 retrieving revision 1.8.2.1
       
     5 diff -u -p -6 -r1.8.2.1 nsMailGNOMEIntegration.cpp
       
     6 --- mail/components/shell/nsMailGNOMEIntegration.cpp	23 Oct 2006 03:32:47 -0000	1.8.2.1
       
     7 +++ ./mail/components/shell/nsMailGNOMEIntegration.cpp	19 Nov 2006 11:54:48 -0000
       
     8 @@ -94,12 +94,18 @@ nsMailGNOMEIntegration::Init()
       
     9    NS_ENSURE_SUCCESS(rv, rv);
       
    10  
       
    11    rv = appPath->AppendNative(NS_LITERAL_CSTRING("thunderbird"));
       
    12    NS_ENSURE_SUCCESS(rv, rv);
       
    13  
       
    14    rv = appPath->GetNativePath(mAppPath);
       
    15 +
       
    16 +  /* This path of thunderbird is hardcoded for the default path setting 
       
    17 +   * And the above code is not used.
       
    18 +   */
       
    19 +  mAppPath.Assign ("/usr/bin/thunderbird");
       
    20 +
       
    21    return rv;
       
    22  }
       
    23  
       
    24  NS_IMPL_ISUPPORTS1(nsMailGNOMEIntegration, nsIShellService)
       
    25  
       
    26