Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/shell/PresenceWindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/shell/PresenceWindow.py')
-rw-r--r--sugar/shell/PresenceWindow.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/sugar/shell/PresenceWindow.py b/sugar/shell/PresenceWindow.py
index 7523665..35f06a3 100644
--- a/sugar/shell/PresenceWindow.py
+++ b/sugar/shell/PresenceWindow.py
@@ -11,10 +11,7 @@ class PresenceWindow(gtk.Window):
_MODEL_COL_BUDDY = 2
def __init__(self, activity_container):
- gtk.Window.__init__(self)
-
- self.set_decorated(False)
- self.set_skip_taskbar_hint(True)
+ gtk.Window.__init__(self, gtk.WINDOW_POPUP)
self._activity_container = activity_container