Index: sources/maintimer.h =================================================================== diff -u -r0a2ca0373a422201d5316df8fb891ef38799e3f9 -r920342d3f8cb8c29966f2354ebc7d241df23ccf7 --- sources/maintimer.h (.../maintimer.h) (revision 0a2ca0373a422201d5316df8fb891ef38799e3f9) +++ sources/maintimer.h (.../maintimer.h) (revision 920342d3f8cb8c29966f2354ebc7d241df23ccf7) @@ -39,7 +39,7 @@ void quit(); private: - bool isDateChanged(bool vIncludeTime = true); + bool isDateChanged(bool vIncludeTime = false); signals: void didTimeout(); void didDateChange();