eric6/WebBrowser/Feeds/FeedsDialog.py

changeset 7959
44e15eda6506
parent 7955
567f2ec958c3
child 8143
2c730d5fd177
--- 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()

eric ide

mercurial