Put palettes into the "default" palettegroup by default again. (fix #4084)

This commit is contained in:
Benjamin Berg 2008-08-01 23:54:38 +02:00
parent e1bd64439c
commit a35a07f832

View File

@ -247,6 +247,8 @@ class Palette(gtk.Window):
self._enter_invoker_hid = None self._enter_invoker_hid = None
self._leave_invoker_hid = None self._leave_invoker_hid = None
self._right_click_invoker_hid = None self._right_click_invoker_hid = None
self.set_group_id("default")
# we set these for backward compatibility # we set these for backward compatibility
if label is not None: if label is not None: