Ken Thomases : winemac: Remove a too-early attempt to set the process' s Dock icon.

Alexandre Julliard julliard at winehq.org
Wed Oct 2 15:49:12 CDT 2013


Module: wine
Branch: master
Commit: 7c55e912da3a488c8681678241d68d7033d85f6d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7c55e912da3a488c8681678241d68d7033d85f6d

Author: Ken Thomases <ken at codeweavers.com>
Date:   Mon Sep 30 22:18:30 2013 -0500

winemac: Remove a too-early attempt to set the process's Dock icon.

---

 dlls/winemac.drv/cocoa_app.m |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/winemac.drv/cocoa_app.m b/dlls/winemac.drv/cocoa_app.m
index e6e5c2e..4b5d1ff 100644
--- a/dlls/winemac.drv/cocoa_app.m
+++ b/dlls/winemac.drv/cocoa_app.m
@@ -878,7 +878,6 @@ int macdrv_err_on;
         }
 
         self.applicationIcon = nsimage;
-        [NSApp setApplicationIconImage:nsimage];
     }
 
     - (void) handleCommandTab




More information about the wine-cvs mailing list