System tray typo.

Andrew Riedi andrewriedi at gmail.com
Fri Apr 14 12:58:40 CDT 2006


diff --git a/programs/explorer/systray.c b/programs/explorer/systray.c
index 00036ff..48c29cb 100644
--- a/programs/explorer/systray.c
+++ b/programs/explorer/systray.c
@@ -155,7 +155,7 @@ static struct icon *get_icon(HWND owner,

     /* search for the icon */
     LIST_FOR_EACH_ENTRY( this, &tray.icons, struct icon, entry )
-        if ((this->id == id) && (this->owner = owner)) return this;
+        if ((this->id == id) && (this->owner == owner)) return this;

     return NULL;
 }


ChangeLog:
2006-04-14  Andrew Riedi  <andrewriedi at gmail.com>
        * programs/explorer/systray.c
        systray: Fixed a typo.


PS: If I submitted this incorrectly in any way, feel free to let me
know.  Thanks.



More information about the wine-patches mailing list