[gnome-builder] vala: Fix do_stop() usage
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] vala: Fix do_stop() usage
- Date: Tue, 18 Jan 2022 23:48:52 +0000 (UTC)
commit 2b6c25cf0c0176c5622ebce901456ffbb6904fdd
Author: Veli Tasalı <veli tasali gmail com>
Date: Wed Jan 19 02:08:57 2022 +0300
vala: Fix do_stop() usage
src/plugins/gvls/gvls_plugin.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/gvls/gvls_plugin.py b/src/plugins/gvls/gvls_plugin.py
index f66ada9cd..b34baec37 100644
--- a/src/plugins/gvls/gvls_plugin.py
+++ b/src/plugins/gvls/gvls_plugin.py
@@ -79,7 +79,7 @@ class GVlsService(Ide.Object):
if parent is None:
return
- def do_stop(self):
+ def do_destroy(self):
"""
Stops the Vala Language Server upon request to shutdown the
GVlsService.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]