Searched refs:TempUint32 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp6844 uint32 TempUint32; local
6875 TempUint32 = strtoul (m_PurgeAgeTextboxPntr->Text (), NULL, 10);
6876 if (m_PurgeAgeCachedValue != TempUint32)
6877 SubmitCommandInt32 (PN_PURGE_AGE, B_SET_PROPERTY, TempUint32);
6881 TempUint32 = strtoul (m_PurgePopularityTextboxPntr->Text (), NULL, 10);
6882 if (m_PurgePopularityCachedValue != TempUint32)
6883 SubmitCommandInt32 (PN_PURGE_POPULARITY, B_SET_PROPERTY, TempUint32);

Completed in 48 milliseconds