re-enable hiding taskbar button on minimize on linux, though it doesn't work cleanly

This commit is contained in:
s_nakamoto
2010-06-22 03:45:37 +00:00
parent dbe23aadae
commit bed3ad104e
2 changed files with 5 additions and 5 deletions

View File

@@ -2725,7 +2725,7 @@ void BitcoinMiner()
string strStatus = strprintf(" %.0f khash/s", dHashesPerSec/1000.0);
UIThreadCall(bind(CalledSetStatusBar, strStatus, 0));
static int64 nLogTime;
if (GetTime() - nLogTime > 60 * 60)
if (GetTime() - nLogTime > 30 * 60)
{
nLogTime = GetTime();
printf("%s ", DateTimeStrFormat("%x %H:%M", GetTime()).c_str());