www: 0c0c5d6e: Need to include the version number in tw...

markdoliner at pidgin.im markdoliner at pidgin.im
Fri Oct 8 19:10:41 EDT 2010


----------------------------------------------------------------------
Revision: 0c0c5d6e71b6e1e43c28992a8f0074c99c2fbf35
Parent:   5481eeaf96c518e0bfb933d5e7740d2c401eb8f1
Author:   markdoliner at pidgin.im
Date:     10/08/10 19:04:54
Branch:   im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/0c0c5d6e71b6e1e43c28992a8f0074c99c2fbf35

Changelog: 

Need to include the version number in two more download links

Changes against parent 5481eeaf96c518e0bfb933d5e7740d2c401eb8f1

  patched  htdocs/download/source/index.php
  patched  htdocs/download/windows/index.php

-------------- next part --------------
============================================================
--- htdocs/download/source/index.php	a90899136923b934f088ba5667158b3883eb0be8
+++ htdocs/download/source/index.php	8549186ab759c3b8791950ffbe7137e108e1a4c0
@@ -20,7 +20,7 @@
 
 <div class="box_download">
 
-<p><a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_version; ?>.tar.bz2"
+<p><a href="http://sourceforge.net/projects/pidgin/files/Pidgin/<? echo $pidgin_version; ?>/pidgin-<? echo $pidgin_version; ?>.tar.bz2"
 onclick="javascript:pageTracker._trackPageview('/goals/downloads/source');"
 >
 <img src="/shared/img/button.download.png" alt="[Down Arrow]" id="downbutton" />
============================================================
--- htdocs/download/windows/index.php	dcfbe7e07c8fd19ffa39400c741cb39b12c63ed7
+++ htdocs/download/windows/index.php	3e1bacea6aa78503979c43da3550245ad5fbbdcd
@@ -29,7 +29,7 @@ onclick="javascript:pageTracker._trackPa
 </a></p>
 
 <p>This version of Pidgin downloads an appropriate version of GTK+.  GTK+ is now installed locally for Pidgin, and not system-wide, thus Pidgin will not interfere with other GTK+ apps on your system.</p>
-<p>If you would like to have GTK+ included in the installer, we have an <a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_win32_version; ?>-offline.exe">offline installer</a> that bundles everything except spell-checking dictionaries. </p>
+<p>If you would like to have GTK+ included in the installer, we have an <a href="http://sourceforge.net/projects/pidgin/files/Pidgin/<? echo $pidgin_win32_version; ?>/pidgin-<? echo $pidgin_win32_version; ?>-offline.exe">offline installer</a> that bundles everything except spell-checking dictionaries. </p>
 
 </div>
 


More information about the Commits mailing list