[commit] r1282 - trunk/GME/ObjectInspector

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Apr 25 14:43:38 CDT 2011


Author: ksmyth
Date: Mon Apr 25 14:43:38 2011
New Revision: 1282

Log:
Should VERIFY success

Modified:
   trunk/GME/ObjectInspector/InspectorList.cpp

Modified: trunk/GME/ObjectInspector/InspectorList.cpp
==============================================================================
--- trunk/GME/ObjectInspector/InspectorList.cpp	Mon Apr 25 14:42:52 2011	(r1281)
+++ trunk/GME/ObjectInspector/InspectorList.cpp	Mon Apr 25 14:43:38 2011	(r1282)
@@ -742,7 +742,7 @@
 		}
 		else
 		{
-			VERIFY(SetItemHeight(nIndex, nLineNum * INSP_DEFAULT_ITEM_HEIGHT) != LB_ERR);
+			VERIFY(SetItemHeight(nIndex, nLineNum * INSP_DEFAULT_ITEM_HEIGHT) == LB_OKAY);
 		}
 
 	}


More information about the gme-commit mailing list