Fix remaining icon_size references

icon_size was changed to pixel_size, yet references remained, causing
extra log data.
This commit is contained in:
James Cameron 2015-12-15 16:40:39 +11:00
parent afd0737c10
commit 70bc4dbe6a

View File

@ -59,7 +59,7 @@ class _ColorButton(Gtk.Button):
self._accept_drag = True self._accept_drag = True
self._preview = Icon(icon_name='color-preview', self._preview = Icon(icon_name='color-preview',
icon_size=Gtk.IconSize.BUTTON) pixel_size=Gtk.IconSize.BUTTON)
GObject.GObject.__init__(self, **kwargs) GObject.GObject.__init__(self, **kwargs)