GNOME Bugzilla – Bug 787678
os-database, wizard-source: Use named constants with the GtkListStore with media URLs'
Last modified: 2017-10-12 19:43:57 UTC
So far the GtkListStore had a single column, but commit a63e080ad84b02b4 introduced a second column. It might be nicer to use enumerated constants than integer literals to refer to the columns.
Created attachment 359790 [details] [review] os-database, wizard-source: Use named constants, not magic numbers
Review of attachment 359790 [details] [review]: cool! Nitpick on shortlog: it can easily be made to fit under 50 chars, which is recommended. "os-db,wizard-source: Use named constants Instead of magic numbers"
(In reply to Zeeshan Ali (Khattak) from comment #2) > Review of attachment 359790 [details] [review] [review]: > > cool! Nitpick on shortlog: it can easily be made to fit under 50 chars, > which is recommended. > > "os-db,wizard-source: Use named constants > > Instead of magic numbers" That's a good point, sure. I always struggle to come up with a good commit message.
Created attachment 359801 [details] [review] os-database, wizard-source: Use named constants
Review of attachment 359801 [details] [review]: Yes! Thanks for your patches!