# HG changeset patch # User Herman Bloggs # Date 1067288727 0 # Node ID eb0acf8c8f1e4af92bd4207219ed860e6f2f5655 # Parent be11a6f2fe00a1efd18784bd1728e4782013eb52 [gaim-migrate @ 7950] *** empty log message *** committer: Tailor Script diff -r be11a6f2fe00 -r eb0acf8c8f1e ChangeLog.win32 --- 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. diff -r be11a6f2fe00 -r eb0acf8c8f1e gaim-installer.nsi --- 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"