GNOME Bugzilla – Bug 762249
Don't use gtk_tree_view_set_rules_hint
Last modified: 2016-03-01 14:31:44 UTC
It's deprecated
Created attachment 321614 [details] [review] Remove gtk_tree_view_set_rules_hint(deprecated) https://bugzilla.gnome.org/show_bug.cgi?id=762249ZZZZ
Review of attachment 321614 [details] [review]: the deprecated should be in the description. The title says what you did, the descriptions explains why. (also the title would be too long otherwise). Also explain why removing it it's ok. Also, the bug report link in the description is wrong, it has ZZZZ at the end (did you fall sleep? :))
yeah...I don't know how that happened, I'll update it:))
Created attachment 322668 [details] [review] Don't use gtk_tree_view_set_rules_hint The reason why gtk_tree_view_set_rules_hint was removed is that it is deprecated. It was not replaced at is no longer needed.
Review of attachment 322668 [details] [review]: put the file name in the title. Also, it doesn't explain why it is not needed. It is not needed because themes can just do it with CSS.
Created attachment 322681 [details] [review] list-view: don't use gtk_tree_view_set_rules_hint The reason why gtk_tree_view_set_rules_hint was removed is that it is deprecated. It is not needed anymore as themes can do this with CSS.
Review of attachment 322681 [details] [review]: Looks good now, thanks!
Attachment 322681 [details] pushed as adcb152 - list-view: don't use gtk_tree_view_set_rules_hint