spheras / desktopfolder

Bring your Desktop Back to Life
GNU General Public License v3.0
200 stars 40 forks source link

Fix compilation against Vala 0.46 #281

Closed JoshStrobl closed 4 years ago

JoshStrobl commented 4 years ago

In Vala 0.45+, abstract classes can no longer have creation methods which are public. Changing it to protected so it may also be used by sub-classes resolves this issue.

spheras commented 4 years ago

Thank you very much @JoshStrobl!