Author: jflesch
Date: 2007-03-26 01:09:40 +0000 (Mon, 26 Mar 2007)
New Revision: 12380
Modified:
trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties
trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties
trunk/apps/Thaw/src/thaw/plugins/index/AutoRefresh.java
Log:
Stop cleanly the index autorefresher
Modified: trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties
===================================================================
--- trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties 2007-03-26
01:04:12 UTC (rev 12379)
+++ trunk/apps/Thaw/src/thaw/i18n/source.thaw_fr.properties 2007-03-26
01:09:40 UTC (rev 12380)
@@ -314,8 +314,8 @@
thaw.plugin.peerMonitor.peerMonitor=Connexion
-thaw.plugin.peerMonitor.yourReference=Votre reference:
-thaw.plugin.peerMonitor.copyReference=Copier votre reference vers le
presse-papier
+thaw.plugin.peerMonitor.yourReference=Votre r?f?rence:
+thaw.plugin.peerMonitor.copyReference=Copier votre r?f?rence vers le
presse-papier
thaw.plugin.peerMonitor.nodeStats=Informations sur votre noeud
thaw.plugin.peerMonitor.peerList=Peers:
thaw.plugin.peerMonitor.nodeInfos=Informations sur votre noeud :
Modified: trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties
===================================================================
--- trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties 2007-03-26 01:04:12 UTC
(rev 12379)
+++ trunk/apps/Thaw/src/thaw/i18n/thaw_fr.properties 2007-03-26 01:09:40 UTC
(rev 12380)
@@ -314,8 +314,8 @@
thaw.plugin.peerMonitor.peerMonitor=Connexion
-thaw.plugin.peerMonitor.yourReference=Votre reference:
-thaw.plugin.peerMonitor.copyReference=Copier votre reference vers le
presse-papier
+thaw.plugin.peerMonitor.yourReference=Votre r\u00e9f\u00e9rence:
+thaw.plugin.peerMonitor.copyReference=Copier votre r\u00e9f\u00e9rence vers le
presse-papier
thaw.plugin.peerMonitor.nodeStats=Informations sur votre noeud
thaw.plugin.peerMonitor.peerList=Peers:
thaw.plugin.peerMonitor.nodeInfos=Informations sur votre noeud :
Modified: trunk/apps/Thaw/src/thaw/plugins/index/AutoRefresh.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/index/AutoRefresh.java 2007-03-26
01:04:12 UTC (rev 12379)
+++ trunk/apps/Thaw/src/thaw/plugins/index/AutoRefresh.java 2007-03-26
01:09:40 UTC (rev 12380)
@@ -165,6 +165,9 @@
/* \_o< */
}
+ if (!threadRunning)
+ break;
+
for (int i = 0 ; i < nmbIndexesPerSubInterval ; i++) {
lastIdx = updateNext(lastIdx);