GNOME Bugzilla – Bug 749894
The PROP_STYLE property from GlEventViewRow should be removed
Last modified: 2015-05-28 14:04:15 UTC
Since we use a single line for each log entry, so style property for GlEventViewRow is no longer needed.
Created attachment 303998 [details] [review] Here is the patch
Review of attachment 303998 [details] [review]: Looks good, just a question about gl_event_view_row_constructed(). ::: src/gl-eventviewrow.c @@ +128,2 @@ static void +gl_event_view_row_constructed (GObject *object) As you removed the only construct-only property, do you still need a constructed vfunc?
I tried to remove gl_event_view_row_constructed (), and met a preblem. I'll figure it out and move the codes in this function to _init ().
Created attachment 304021 [details] [review] patch updated
Review of attachment 304021 [details] [review]: Looks good! I pushed this patch to master (with a slight modification to the comment and commit message) as commit a2416e4118ff37249dad731295b58183f4f65f63.