Bug #6917 : Gtk2 to Gtk3 port of colorsel to get_color_selection()

svn: r22680
This commit is contained in:
Serge Noiraud 2013-07-14 12:28:13 +00:00
parent e6c91354a5
commit c635e94f5d

View File

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