aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2010-08-26 12:07:28 +0000
committerYana Stamcheva <yana@jitsi.org>2010-08-26 12:07:28 +0000
commit65d9be2c3429a7daf2e2c3ef9cb311282fcac4a7 (patch)
treeb51d61f9156fe70f7ca3235855b4bcbfef9daff1 /src/net/java/sip/communicator/impl/gui/UIServiceImpl.java
parentf0a9cb862bb98e67756e8fe895bbf01809acaf62 (diff)
downloadjitsi-65d9be2c3429a7daf2e2c3ef9cb311282fcac4a7.zip
jitsi-65d9be2c3429a7daf2e2c3ef9cb311282fcac4a7.tar.gz
jitsi-65d9be2c3429a7daf2e2c3ef9cb311282fcac4a7.tar.bz2
Reverts the touch screen changes, which are moved to the touchgui now.
Diffstat (limited to 'src/net/java/sip/communicator/impl/gui/UIServiceImpl.java')
-rw-r--r--src/net/java/sip/communicator/impl/gui/UIServiceImpl.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java b/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java
index ee92bd5..f7cbfa9 100644
--- a/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java
+++ b/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java
@@ -114,11 +114,7 @@ public class UIServiceImpl
{
this.setDefaultThemePack();
- boolean touch = GuiActivator.getConfigurationService().getBoolean("net.java.sip.communicator.TOUCHSCREEN", false);
- if (!touch)
- this.mainFrame = new MainFrameStandard();
- else
- this.mainFrame = new MainFrameTouch();
+ this.mainFrame = new MainFrame();
if (UIManager.getLookAndFeel() instanceof SIPCommLookAndFeel)
initCustomFonts();
@@ -1231,4 +1227,4 @@ public class UIServiceImpl
{
return MasterPasswordInputDialog.showInput(prevSuccess);
}
-}
+} \ No newline at end of file