mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Update jniwrapper
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6594 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -404,6 +404,7 @@
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/../../../sparkcom/plugins/jniwrapper/JNIWrapper.iml" filepath="$PROJECT_DIR$/../../../sparkcom/plugins/jniwrapper/JNIWrapper.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/Spark.iml" filepath="$PROJECT_DIR$/Spark.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/../../../sparkphone/client/SparkPhone.iml" filepath="$PROJECT_DIR$/../../../sparkphone/client/SparkPhone.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="1.6 (1)" project-jdk-type="JavaSDK" />
|
||||
|
||||
Binary file not shown.
@ -89,6 +89,10 @@ public class TimeTrackingLabel extends JLabel {
|
||||
startTime = new Date();
|
||||
}
|
||||
|
||||
public void startTimer(){
|
||||
timer.start();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the total length of the session in milliseconds.
|
||||
*
|
||||
|
||||
@ -150,6 +150,7 @@ public class EmoticonManager {
|
||||
}
|
||||
catch (DocumentException e) {
|
||||
Log.error(e);
|
||||
return;
|
||||
}
|
||||
|
||||
Node root = emoticonFile.selectSingleNode("/plist/dict/dict");
|
||||
|
||||
Reference in New Issue
Block a user