|
From: <ted...@us...> - 2011-11-01 18:19:28
|
Revision: 1835
http://frontierkernel.svn.sourceforge.net/frontierkernel/?rev=1835&view=rev
Author: tedchoward
Date: 2011-11-01 18:19:22 +0000 (Tue, 01 Nov 2011)
Log Message:
-----------
adding patch 001
Modified Paths:
--------------
Frontier/trunk/Common/source/opicons.c
Modified: Frontier/trunk/Common/source/opicons.c
===================================================================
--- Frontier/trunk/Common/source/opicons.c 2011-06-24 19:43:07 UTC (rev 1834)
+++ Frontier/trunk/Common/source/opicons.c 2011-11-01 18:19:22 UTC (rev 1835)
@@ -159,12 +159,15 @@
setemptystring (bsheadlinetype);
+ #if (defined(MACVERSION) && defined(__ppc__)) || defined (WIN95VERSION)
+
if (opattributesgettypestring (hnode, bsheadlinetype)) { /*is there a type att?*/
/*Draw a custom icon. If it returns false, there was no custom icon.*/
flcustomicondrawn = opdrawheadiconcustom (bsheadlinetype, iconrect, false);
} /*if*/
+ #endif
} /*if*/
} /*if*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|