Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
63023335
Commit
63023335
authored
Feb 19, 2022
by
Ahmad Samir
Browse files
Remove redundant "%1" overlooked from previous commit
096f29e7 (comment 401025)
GIT_SILENT
parent
f8c6099a
Pipeline
#139719
passed with stage
in 5 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
shell/shellcorona.cpp
View file @
63023335
...
...
@@ -1498,7 +1498,7 @@ void ShellCorona::executeSetupPlasmoidScript(Plasma::Containment *containment, P
QFile
file
(
scriptFile
);
if
(
!
file
.
open
(
QIODevice
::
ReadOnly
|
QIODevice
::
Text
))
{
qCWarning
(
PLASMASHELL
)
<<
"Unable to load script file:
%1
"
<<
scriptFile
;
qCWarning
(
PLASMASHELL
)
<<
"Unable to load script file:"
<<
scriptFile
;
return
;
}
...
...
Ahmad Samir
@ahmadsamir
mentioned in commit
096f29e7
·
Feb 19, 2022
mentioned in commit
096f29e7
mentioned in commit 096f29e76baf32f42f9c84b451bd90c924378d8b
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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