cybre / budgie-haste-applet

Post any text – be it code or prose – to various services directly from your desktop. Made with ❤️️ for Budgie Desktop.
GNU General Public License v2.0
29 stars 2 forks source link

Fix use of weak return type in get_providers. #28

Closed JoshStrobl closed 5 years ago

JoshStrobl commented 5 years ago

Using weak will now provide a compilation error that it cannot convert from the strong reference to weak. Validated this fix against GTK 3.34, Vala 0.46+, new libsoup, etc.

cybre commented 5 years ago

Thanks!