aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/launcher
diff options
context:
space:
mode:
authorEmil Ivov <emcho@jitsi.org>2008-12-16 01:05:23 +0000
committerEmil Ivov <emcho@jitsi.org>2008-12-16 01:05:23 +0000
commit3f5206ff0197a3ebd71ad60865f579233b807a47 (patch)
tree2c3dab75628890d45f45de664ba2cf2475d5a9f7 /src/net/java/sip/communicator/launcher
parent3c848a3f119e127fc5147dad8ffa5f4a4232bd90 (diff)
downloadjitsi-3f5206ff0197a3ebd71ad60865f579233b807a47.zip
jitsi-3f5206ff0197a3ebd71ad60865f579233b807a47.tar.gz
jitsi-3f5206ff0197a3ebd71ad60865f579233b807a47.tar.bz2
Commits patches for the following issues:
#482 Overly complex plugin manager (work in progress) #448 Show complete SIP adddress when displaying account #510 switch to the latest version of Felix (Richard actually did most of the work here.)
Diffstat (limited to 'src/net/java/sip/communicator/launcher')
-rw-r--r--src/net/java/sip/communicator/launcher/SIPCommunicator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/launcher/SIPCommunicator.java b/src/net/java/sip/communicator/launcher/SIPCommunicator.java
index de6b145..2cc3350 100644
--- a/src/net/java/sip/communicator/launcher/SIPCommunicator.java
+++ b/src/net/java/sip/communicator/launcher/SIPCommunicator.java
@@ -118,7 +118,7 @@ public class SIPCommunicator
//there was no error, continue;
System.setOut(new ScStdOut(System.out));
- Main.main(args);
+ Main.main(new String[0]);
}
/**