Bug #6917 : Gtk2 to Gtk3 port of colorsel to get_color_selection()
svn: r22679
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user