From 8efd8f7f47bb84e3bfca07e64693514a8f90240b Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Tue, 22 Jun 2010 03:45:37 +0000 Subject: re-enable hiding taskbar button on minimize on linux, though it doesn't work cleanly git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@89 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 0f333765c7..e21d4909e5 100644 --- a/main.cpp +++ b/main.cpp @@ -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()); -- cgit v1.2.3