Code review comment for lp:~jeremywootten/pantheon-files/reload-icon-in-pathbar

Revision history for this message
Danielle Foré (danrabbit) wrote :

Okay so if you do this:

this.set_icon_from_icon_name (Gtk.EntryIconPosition.SECONDARY, "go-jump-symbolic");

Instead of this:

secondary_icon_pixbuf = arrow_img;

It doesn't get that weird screwed up hover effect

« Back to merge proposal