sync
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 06:29:34 +0000 (14:29 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 06:29:34 +0000 (14:29 +0800)
StatusIcon.vala
config1.builder

index 30569e3..6419910 100644 (file)
@@ -404,7 +404,7 @@ public class StatusIconA : StatusIcon {
                 this.accel_group = null;
                 
                 this.activate.connect( () => {
-                      Clones.singleton().show(statusicon);
+                      Clones.singleton().show();
                 });
             }
             
index 8b1e04d..83f17f7 100644 (file)
@@ -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