aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/muc
diff options
context:
space:
mode:
authorhristoterezov <hristo@jitsi.org>2013-12-11 10:58:57 +0200
committerhristoterezov <hristo@jitsi.org>2013-12-11 10:58:57 +0200
commitc42404dc832eee275113d3032790c83f81ab2c85 (patch)
treedfc88f8845f5e8304e08c0905ffdb34ee2acf88c /src/net/java/sip/communicator/impl/muc
parentf320157c7b37552a8910783d17199079ae5397aa (diff)
downloadjitsi-c42404dc832eee275113d3032790c83f81ab2c85.zip
jitsi-c42404dc832eee275113d3032790c83f81ab2c85.tar.gz
jitsi-c42404dc832eee275113d3032790c83f81ab2c85.tar.bz2
Changes the chat room error messages to show in popup notifications
instead of dialogs.
Diffstat (limited to 'src/net/java/sip/communicator/impl/muc')
-rw-r--r--src/net/java/sip/communicator/impl/muc/MUCServiceImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/impl/muc/MUCServiceImpl.java b/src/net/java/sip/communicator/impl/muc/MUCServiceImpl.java
index e05842c..0dc9b5b 100644
--- a/src/net/java/sip/communicator/impl/muc/MUCServiceImpl.java
+++ b/src/net/java/sip/communicator/impl/muc/MUCServiceImpl.java
@@ -794,7 +794,7 @@ public class MUCServiceImpl
if (!SUCCESS.equals(returnCode) &&
!AUTHENTICATION_FAILED.equals(returnCode))
{
- MUCActivator.getAlertUIService().showAlertDialog(
+ MUCActivator.getAlertUIService().showAlertPopup(
resources.getI18NString("service.gui.ERROR"), errorMessage);
}