--- a/eric6/WebBrowser/Feeds/FeedsDialog.py Tue Jan 05 15:14:40 2021 +0100 +++ b/eric6/WebBrowser/Feeds/FeedsDialog.py Tue Jan 05 18:28:31 2021 +0100 @@ -15,6 +15,7 @@ from .Ui_FeedsDialog import Ui_FeedsDialog import UI.PixmapCache +from UI.NotificationWidget import NotificationTypes class FeedsDialog(QDialog, Ui_FeedsDialog): @@ -86,6 +87,7 @@ UI.PixmapCache.getPixmap("rss48"), self.tr("Add RSS Feed"), self.tr("""The feed was already added before."""), + kind=NotificationTypes.Warning, timeout=0) self.close()