Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Rethil
aylurs-gtk-shell
0003-fix_variable_is_polling.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0003-fix_variable_is_polling.patch of Package aylurs-gtk-shell
From d56509b201c7137236c2052ae1ed21bf3202e8ba Mon Sep 17 00:00:00 2001 From: Aylur <k.demeter@protonmail.com> Date: Fri, 21 Jun 2024 00:02:57 +0200 Subject: [PATCH] fix #454 Variable.is_polling --- src/variable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/variable.ts b/src/variable.ts index f9837a12..f33f8e24 100644 --- a/src/variable.ts +++ b/src/variable.ts @@ -133,7 +133,7 @@ export class Variable<T> extends GObject.Object { } get is_listening() { return !!this._subprocess; } - get is_polling() { return !!this._listen; } + get is_polling() { return !!this._interval; } dispose() { if (this._interval)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor