changeset 9446:d9a1674a9475

[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 <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 04 Jul 2004 22:45:03 +0000
parents 7a4486589e50
children bb9a25682675
files ChangeLog.win32 plugins/win32/transparency/win2ktrans.c
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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).
--- 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);
 }