summaryrefslogtreecommitdiff
path: root/src/urlbar/rsswidget.cpp
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-09-10 12:04:47 +0200
committerJon Ander Peñalba <jonan88@gmail.com>2010-09-10 12:04:47 +0200
commitb2f8b1e4a123069bbf131aa4bd50fd67cd93727f (patch)
tree70753f2aecca06c27beddf78e38996cb9abdfeed /src/urlbar/rsswidget.cpp
parentThe RSS widget and the bookmark widget are now more consistent (they have the... (diff)
downloadrekonq-b2f8b1e4a123069bbf131aa4bd50fd67cd93727f.tar.xz
Minor bug introduced in previous commit fixed
Diffstat (limited to 'src/urlbar/rsswidget.cpp')
-rw-r--r--src/urlbar/rsswidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/rsswidget.cpp b/src/urlbar/rsswidget.cpp
index 270468a1..b29ed0e8 100644
--- a/src/urlbar/rsswidget.cpp
+++ b/src/urlbar/rsswidget.cpp
@@ -99,7 +99,7 @@ RSSWidget::RSSWidget(const QMap< KUrl, QString > &map, QWidget *parent)
buttonBox->addButton(addFeed, QDialogButtonBox::AcceptRole);
connect(buttonBox, SIGNAL(accepted()), this, SLOT(accept()));
- connect(buttonBox, SIGNAL(rejected()), this, SLOT(reject()));
+ connect(buttonBox, SIGNAL(rejected()), this, SLOT(close()));
layout->addRow(buttonBox);