firefox-appname.patch
changeset 94 7177cac23915
parent 8 19a8c8d53349
child 126 7b356805729c
equal deleted inserted replaced
93:16a885bc7016 94:7177cac23915
    13    rv = appPath->AppendNative(NS_LITERAL_CSTRING(MOZ_APP_NAME));
    13    rv = appPath->AppendNative(NS_LITERAL_CSTRING(MOZ_APP_NAME));
    14    NS_ENSURE_SUCCESS(rv, rv);
    14    NS_ENSURE_SUCCESS(rv, rv);
    15  
    15  
    16 -  return appPath->GetNativePath(mAppPath);
    16 -  return appPath->GetNativePath(mAppPath);
    17 +  /* This path to firefox is hardcoded for the default path setting */
    17 +  /* This path to firefox is hardcoded for the default path setting */
    18 +  mAppPath.Assign ("/usr/bin/firefox");
    18 +  mAppPath.Assign ("/usr/bin/firefox4");
    19 +  
    19 +  
    20 +  //return appPath->GetNativePath(mAppPath);
    20 +  //return appPath->GetNativePath(mAppPath);
    21 +  return NS_OK;
    21 +  return NS_OK;
    22  }
    22  }
    23  
    23