# HG changeset patch # User Tim Ringenbach # Date 1088981103 0 # Node ID d9a1674a9475baf9d93564388dec4cb7b467a760 # Parent 7a4486589e50c1f14513175bbfe9e272a8c4d1fb [gaim-migrate @ 10270] This is supposed to transparently fix Windows' stupidity. Or something like that. Kevin writes: Due to what I believe to be an error, stupid mistake, or oversight on my part in my previous patch to the plugin, I managed to get the buddy list transparency setting changing the transparency for every single conversation window as well. This was not intended and it only required a one line change to fix. Some thanks to my friend Matt for actually using the plugin and noticing that I broke it. :) committer: Tailor Script diff -r 7a4486589e50 -r d9a1674a9475 ChangeLog.win32 --- a/ChangeLog.win32 Sun Jul 04 15:18:39 2004 +0000 +++ b/ChangeLog.win32 Sun Jul 04 22:45:03 2004 +0000 @@ -1,10 +1,12 @@ version 0.80cvs: - * idletrack.dll now unloads properly when you quit Gaim in Windows + * idletrack.dll now unloads properly when you quit Gaim in Windows 2000 or later, so the installer will no longer report an error replacing or removing the file. (Andrew Whewell) - + * Fixed a bug in the transparency plugin causing buddy list settings + to also apply to all conversation windows. (Kevin Stange) + version 0.79 (06/24/2004): - + version 0.78 (05/30/2004): * Win32 transparency plugin now preserves transparency when dragging conversation tabs (Kevin Stange). diff -r 7a4486589e50 -r d9a1674a9475 plugins/win32/transparency/win2ktrans.c --- a/plugins/win32/transparency/win2ktrans.c Sun Jul 04 15:18:39 2004 +0000 +++ b/plugins/win32/transparency/win2ktrans.c Sun Jul 04 22:45:03 2004 +0000 @@ -313,7 +313,6 @@ } static void bl_alpha_change(GtkWidget *w, gpointer data) { - alpha_change(w, data); if(blist) change_alpha(w, blist); }