Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
dd117c0f
Commit
dd117c0f
authored
Oct 22, 2020
by
David Jarvie
Browse files
Fix crash after clicking Try when editing an audio alarm
parent
9e8e3f63
Pipeline
#38353
passed with stage
in 16 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kalarmapp.cpp
View file @
dd117c0f
...
...
@@ -2327,7 +2327,7 @@ void* KAlarmApp::execAlarm(KAEvent& event, const KAAlarm& alarm, ExecAlarmFlags
// There's an existing message window: replay the sound
disp
->
repeat
(
alarm
);
// N.B. this reschedules the alarm
}
return
disp
;
return
dynamic_cast
<
MessageWindow
*>
(
disp
)
;
}
default:
return
nullptr
;
...
...
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