Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gnome-settings-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
251
Issues
251
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-settings-daemon
Commits
e6c775f0
Commit
e6c775f0
authored
Jan 25, 2013
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
power: Fix comment in check_dim()
parent
30237695
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/power/test.py
plugins/power/test.py
+1
-1
No files found.
plugins/power/test.py
View file @
e6c775f0
...
@@ -248,7 +248,7 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
...
@@ -248,7 +248,7 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
while
timeout
>
0
:
while
timeout
>
0
:
time
.
sleep
(
1
)
time
.
sleep
(
1
)
timeout
-=
1
timeout
-=
1
# check that it requested
blank
# check that it requested
dim
log
=
self
.
plugin_log
.
read
()
log
=
self
.
plugin_log
.
read
()
if
'Doing a state transition: dim'
in
log
:
if
'Doing a state transition: dim'
in
log
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment