mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: do not use the info message as fallback in the jobs widgets of notifications applet
it is used as title Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5437da57dd
commit
ea90232c7d
1 changed files with 0 additions and 7 deletions
|
@ -221,13 +221,6 @@ void JobsWidget::slotJobUpdated(const QString &name, const QVariantMap &data)
|
|||
labelname1, data.value("label1").toString()
|
||||
)
|
||||
);
|
||||
} else if (!infomessage.isEmpty()) {
|
||||
frame->label->setText(
|
||||
i18n(
|
||||
"<i>%1</i>",
|
||||
infomessage
|
||||
)
|
||||
);
|
||||
} else if (!desturl.isEmpty()) {
|
||||
frame->label->setText(
|
||||
i18n(
|
||||
|
|
Loading…
Add table
Reference in a new issue