Author: mlytwyn
Date: Wed Jun  1 18:17:42 2016
New Revision: 39833

URL: http://svn.gna.org/viewcvs/gnustep?rev=39833&view=rev
Log:
Fix image name for notification

Modified:
    
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/MSUserNotification.mm

Modified: 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/MSUserNotification.mm
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/MSUserNotification.mm?rev=39833&r1=39832&r2=39833&view=diff
==============================================================================
--- 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/MSUserNotification.mm
  (original)
+++ 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/MSUserNotification.mm
  Wed Jun  1 18:17:42 2016
@@ -241,7 +241,7 @@
       //[(NSImage*)[NSImage imageNamed: @"NSApplicationIcon"] setName: nil];
       // We need to copy the image as we may have a proxy here
       image = AUTORELEASE([image copy]);
-      //[image setName: @"NSApplicationIcon"];
+      [image setName: @"NSUserNotificationIcon"];
     }
   }
   return image;


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to