From 5d674d9832f0fa809aa61d3efbd2f6d9966cd621 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 14:29:34 +0800 Subject: [PATCH] sync --- StatusIcon.vala | 2 +- config1.builder | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 30569e3d..64199105 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -404,7 +404,7 @@ public class StatusIconA : StatusIcon { this.accel_group = null; this.activate.connect( () => { - Clones.singleton().show(statusicon); + Clones.singleton().show(); }); } diff --git a/config1.builder b/config1.builder index 8b1e04d1..83f17f7d 100644 --- a/config1.builder +++ b/config1.builder @@ -33,8 +33,8 @@ "posix", "libnotify", "glib-2.0", - "gtk+-4.0", - "gdk-3.0" + "gdk-3.0", + "gtk+-3.0" ] } ] \ No newline at end of file -- 2.39.2