GNOME Bugzilla – Bug 722307
Preview: declare set_visible as an override method
Last modified: 2014-01-20 19:36:12 UTC
I doubt this affects anything, I just noticed a warning.
Created attachment 266422 [details] [review] Preview: declare set_visible as an override method
Review of attachment 266422 [details] [review]: This doesn't work for me. preview.vala:131.5-131.36: error: Preview.set_visible: no suitable method found to override public override void set_visible(bool visible)
Er... maybe I did not test this at all?
I guess I have to use new instead of override because the method is not declared virtual. This isn't very impressive....
Created attachment 266515 [details] [review] Preview: declare set_visible as a new method
Review of attachment 266515 [details] [review]: Looks alright and is now in master.