author | tille <tille> | 2002-07-04 13:52:07 (UTC) |
---|---|---|
committer | tille <tille> | 2002-07-04 13:52:07 (UTC) |
commit | a53847b7d27938551bb4f1c8891e7bacc93143ee (patch) (unidiff) | |
tree | 5910685b0156b089af8a117d261ea02d05a44b95 | |
parent | 61b99edb481444aea41fa47853a5d60c78bfaa3c (diff) | |
download | opie-a53847b7d27938551bb4f1c8891e7bacc93143ee.zip opie-a53847b7d27938551bb4f1c8891e7bacc93143ee.tar.gz opie-a53847b7d27938551bb4f1c8891e7bacc93143ee.tar.bz2 |
aply ntp on set not on quit -- hopefully
-rw-r--r-- | noncore/settings/netsystemtime/ntp.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/noncore/settings/netsystemtime/ntp.cpp b/noncore/settings/netsystemtime/ntp.cpp index 40b5531..0b13b6d 100644 --- a/noncore/settings/netsystemtime/ntp.cpp +++ b/noncore/settings/netsystemtime/ntp.cpp | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <qpe/tzselect.h> | 17 | #include <qpe/tzselect.h> |
18 | #include <qpe/timestring.h> | 18 | #include <qpe/timestring.h> |
19 | #include <qpe/qpedialog.h> | 19 | #include <qpe/qpedialog.h> |
20 | #include <qpe/datebookdb.h> | ||
20 | #include <sys/time.h> | 21 | #include <sys/time.h> |
21 | #include <time.h> | 22 | #include <time.h> |
22 | #include <stdlib.h> | 23 | #include <stdlib.h> |
@@ -144,6 +145,13 @@ void Ntp::ntpFinished(OProcess *p) | |||
144 | slotProbeNtpServer(); | 145 | slotProbeNtpServer(); |
145 | return; | 146 | return; |
146 | } | 147 | } |
148 | |||
149 | Global::writeHWClock(); | ||
150 | // since time has changed quickly load in the datebookdb | ||
151 | // to allow the alarm server to get a better grip on itself | ||
152 | // (example re-trigger alarms for when we travel back in time) | ||
153 | DateBookDB db; | ||
154 | |||
147 | Config cfg("ntp",Config::User); | 155 | Config cfg("ntp",Config::User); |
148 | cfg.setGroup("lookups"); | 156 | cfg.setGroup("lookups"); |
149 | int lastLookup = cfg.readNumEntry("time",0); | 157 | int lastLookup = cfg.readNumEntry("time",0); |