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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar/shell/PresenceWindow.py b/sugar/shell/PresenceWindow.py
index 9d21a7e..ce3636e 100644
--- a/sugar/shell/PresenceWindow.py
+++ b/sugar/shell/PresenceWindow.py
@@ -14,6 +14,9 @@ class PresenceWindow(gtk.Window):
def __init__(self, activity_container):
gtk.Window.__init__(self)
+ self.set_decorated(False)
+ self.set_skip_taskbar_hint(True)
+
self._activity_container = activity_container
self._pservice = PresenceService.get_instance()