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

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