Own credential update logic revised to work for newly added identity providers now, plus updates are every 5s and selective for visible controls only

This commit is contained in:
2016-09-05 11:34:54 +02:00
parent 643270752c
commit b2382a0bdb
2 changed files with 12 additions and 10 deletions

View File

@@ -2358,7 +2358,7 @@
<property name="id">wxID_ANY</property>
<property name="name">m_timer_own</property>
<property name="oneshot">0</property>
<property name="period">3000</property>
<property name="period">5000</property>
<property name="permission">protected</property>
<event name="OnTimer">OnTimerOwn</event>
</object>