Fix build with new version of vala

This commit is contained in:
2019-09-17 19:18:57 -03:00
parent ac4595a8d4
commit e35b4c3ada
10 changed files with 19 additions and 19 deletions

View File

@@ -46,7 +46,7 @@ namespace Pamac {
GLib.File lockfile;
bool updates_available;
public TrayIcon () {
protected TrayIcon () {
application_id = "org.pamac.tray";
flags = ApplicationFlags.FLAGS_NONE;
}