Bug #6917 : Gtk2 to Gtk3 port of colorsel to get_color_selection()
svn: r22679
This commit is contained in:
parent
6a45bc4a40
commit
66b9e798ed
@ -1524,7 +1524,7 @@ class GuiSurnameColorOption(Gtk.HBox):
|
||||
|
||||
title = _('Select color for %s') % surname
|
||||
colour_dialog = Gtk.ColorSelectionDialog(title)
|
||||
colorsel = colour_dialog.colorsel
|
||||
colorsel = colour_dialog.get_color_selection()
|
||||
colorsel.set_current_color(colour)
|
||||
response = colour_dialog.run()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user