[miranda] r14455 committed - Made update notifications less intrusive.

0 views
Skip to first unread message

mir...@googlecode.com

unread,
Jan 15, 2014, 4:22:58 PM1/15/14
to miranda-i...@googlegroups.com
Revision: 14455
Author: rain...@gmail.com
Date: Wed Jan 15 21:22:39 2014 UTC
Log: Made update notifications less intrusive.
http://code.google.com/p/miranda/source/detail?r=14455

Modified:
/trunk/miranda/src/modules/updatenotify/updatenotify.cpp

=======================================
--- /trunk/miranda/src/modules/updatenotify/updatenotify.cpp Mon Oct 21
16:02:29 2013 UTC
+++ /trunk/miranda/src/modules/updatenotify/updatenotify.cpp Wed Jan 15
21:22:39 2014 UTC
@@ -36,10 +36,10 @@
#define UN_NOTIFYTYPE_DEF UN_NOTIFYTYPE_STABLE
#define UN_CUSTOMXMLURL "UpdateNotifyCustomXMLURL"
#define UN_URLXML "http://update.miranda-im.org/v1/update.xml"
-#define UN_MINCHECKTIME 60*60 /* Check no more than once an hour */
-#define UN_DEFAULTCHECKTIME 60*60*72 /* Default to check once every 72
hours */
-#define UN_FIRSTCHECK 20 /* First check 20 seconds after startup */
-#define UN_REPEATNOTIFYDLY 48*60*60 /* 48 hours before showing release
notification again */
+#define UN_MINCHECKTIME 60*60*24 /* Check no more than once a day */
+#define UN_DEFAULTCHECKTIME 60*60*72 /* Default to check once every 3
days */
+#define UN_FIRSTCHECK 60*60 /* First check 1 hour after startup */
+#define UN_REPEATNOTIFYDLY 60*60*72 /* 3 days before showing release
notification again */

typedef struct {
int isNew;
Reply all
Reply to author
Forward
0 new messages