Mercurial > pidgin.yaz
changeset 7357:eb0acf8c8f1e
[gaim-migrate @ 7950]
*** empty log message ***
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Mon, 27 Oct 2003 21:05:27 +0000 |
parents | be11a6f2fe00 |
children | 78c1fc730dc4 |
files | ChangeLog.win32 gaim-installer.nsi |
diffstat | 2 files changed, 3 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.win32 Mon Oct 27 21:04:41 2003 +0000 +++ b/ChangeLog.win32 Mon Oct 27 21:05:27 2003 +0000 @@ -3,8 +3,9 @@ setting text widgets to RTL or LTR. * New dll hell avoidance policies.. hopefully this time as many bases are covered as can be. - * Gtk-wimp is back (version 0.5.1). This version is supposed to be a lot more - stable. + * Gtk-wimp is back (version 0.5.1). This version is supposed to be a + lot more stable. + * Compatability issues with dropline gtk installers are resolved. version 0.71 (10/09/2003): * Gtk-wimp theme removed.
--- a/gaim-installer.nsi Mon Oct 27 21:04:41 2003 +0000 +++ b/gaim-installer.nsi Mon Oct 27 21:05:27 2003 +0000 @@ -386,13 +386,6 @@ perl_done: - ; If we don't have install rights and no hklm GTK install.. then Start in lnk property should - ; remain gaim dir.. otherwise it should be set to the GTK bin dir. (to avoid dll hell) - StrCmp $R0 "NONE" 0 startin_gtk - StrCmp $R1 "" startin_gaim - startin_gtk: - SetOutPath "$R1\bin" - startin_gaim: CreateDirectory "$SMPROGRAMS\Gaim" CreateShortCut "$SMPROGRAMS\Gaim\Gaim.lnk" "$INSTDIR\gaim.exe" CreateShortCut "$DESKTOP\Gaim.lnk" "$INSTDIR\gaim.exe"