aprilis / messenger

Unofficial Facebook Messenger app for elementary OS
GNU General Public License v3.0
90 stars 7 forks source link

Granite.Widgets.AppMenu has been deprecated since 0.4.1. Use Gtk.MenuButton #15

Closed Philip-Scott closed 6 years ago

Philip-Scott commented 6 years ago

AppMenu is now deprecated, and causes the app to fail to compile now. You can use Gtk.MenuButton now though :)

/messenger/src/HeaderBar.vala:24.13-24.32: error: The name `icon_widget' does not exist in the context of `Granite.Widgets.AppMenu'
            app_menu.icon_widget = image;
aprilis commented 6 years ago

Ok, I've switched to Gtk.MenuButton but I can't say it was a pleasure :/

Philip-Scott commented 6 years ago

Yeah :/ Gtk's is a bit uglier, but it's more consistent with the rest of the apps. The one from granite was created before Gtk had one