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

master
Benjamin Berg 16 years ago
parent e1bd64439c
commit a35a07f832

@ -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

Loading…
Cancel
Save