Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/palette.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-20 18:01:27 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-20 18:01:27 (GMT)
commit1a65f81d10186d2f82aafb17533e6b5946761ec8 (patch)
tree5a17ecc2cc66f47b17ce141dc12d13bea02900ed /sugar/graphics/palette.py
parent3b8f25b7b9949b2bb2857d8ad9d5987cd278bd97 (diff)
Set the initial palette group to "default"
Diffstat (limited to 'sugar/graphics/palette.py')
-rw-r--r--sugar/graphics/palette.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar/graphics/palette.py b/sugar/graphics/palette.py
index 1d90391..6b1209a 100644
--- a/sugar/graphics/palette.py
+++ b/sugar/graphics/palette.py
@@ -159,6 +159,7 @@ class Palette(gtk.Window):
self._leave_notify_event_cb)
self.set_primary_text(label, accel_path)
+ self.set_group_id('default')
def is_up(self):
return self._up