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, 4 insertions, 1 deletions
diff --git a/sugar/shell/PresenceWindow.py b/sugar/shell/PresenceWindow.py
index 35f06a3..7523665 100644
--- a/sugar/shell/PresenceWindow.py
+++ b/sugar/shell/PresenceWindow.py
@@ -11,7 +11,10 @@ class PresenceWindow(gtk.Window):
_MODEL_COL_BUDDY = 2
def __init__(self, activity_container):
- gtk.Window.__init__(self, gtk.WINDOW_POPUP)
+ gtk.Window.__init__(self)
+
+ self.set_decorated(False)
+ self.set_skip_taskbar_hint(True)
self._activity_container = activity_container