Open GoogleCodeExporter opened 9 years ago
Here's a diff that fixes it, for me. It does not read a setting or anything.
--- D:/Users/Hufman/AppData/Local/Temp/msgwindow.c-revBASE.svn000.tmp.c Fri Nov
13
10:41:09 2009
+++ D:/Users/Hufman/miranda/miranda/plugins/Scriver/msgwindow.c Fri Nov 13
10:14:57 2009
@@ -739,7 +739,7 @@
dat->nFlash++;
} else {// || ((GetActiveWindow() == hwndDlg) && (GetForegroundWindow() ==
hwndDlg))) {
KillTimer(hwndDlg, TIMERID_FLASHWND);
- FlashWindow(hwndDlg, FALSE);
+ FlashWindow(hwndDlg, TRUE);
}
}
break;
Original comment by huf...@gmail.com
on 13 Nov 2009 at 4:42
Please use the attachment system in the future.
Original comment by sami%mir...@gtempaccount.com
on 13 Nov 2009 at 4:53
Original comment by leech.mi...@gmail.com
on 13 Nov 2009 at 4:58
Actually, I can't seem to replicate it on the latest SVN, so something must've
changed.
Here's a modification of my patch to support a setting.
Original comment by huf...@gmail.com
on 13 Nov 2009 at 8:27
Attachments:
Original issue reported on code.google.com by
huf...@gmail.com
on 13 Nov 2009 at 4:40