aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/main/call/PreCallDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/impl/gui/main/call/PreCallDialog.java')
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/call/PreCallDialog.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/main/call/PreCallDialog.java b/src/net/java/sip/communicator/impl/gui/main/call/PreCallDialog.java
index 76c4139..0d6206a 100644
--- a/src/net/java/sip/communicator/impl/gui/main/call/PreCallDialog.java
+++ b/src/net/java/sip/communicator/impl/gui/main/call/PreCallDialog.java
@@ -256,8 +256,12 @@ public abstract class PreCallDialog
receivedCallWindow.setAlwaysOnTop(true);
+ // Register the JFrame so the dialog window is able to get dragged
+ // across the screen
+ ComponentMover.registerComponent(receivedCallWindow);
+
// prevents dialog window to get unwanted key events and when going
- // on top on linux, it steals focus and if we are accidently
+ // on top on linux, it steals focus and if we are accidentally
// writing something and pressing enter a call get answered
receivedCallWindow.setFocusableWindowState(false);