src/Palete/LanguageClientVala.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2024 15:31:46 +0000 (23:31 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2024 15:31:46 +0000 (23:31 +0800)
src/Palete/LanguageClientVala.vala

index 7f2e3b5..1be2b05 100644 (file)
@@ -56,7 +56,7 @@ namespace Palete {
                        // extend versions will proably call initialize to start and connect to server.
                        base(project);
 
-                       if (this.change_queue_id != 0 ) {
+                       if (this.change_queue_id == 0 ) {
                                this.change_queue_id = GLib.Timeout.add_seconds(1, () => {
                                        this.run_change_queue();
                                        this.run_doc_queue();