summaryrefslogtreecommitdiff
path: root/src/urlbar/bookmarkwidget.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/bookmarkwidget.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/bookmarkwidget.cpp')
-rw-r--r--src/urlbar/bookmarkwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/bookmarkwidget.cpp b/src/urlbar/bookmarkwidget.cpp
index 59df85a1..4569bc27 100644
--- a/src/urlbar/bookmarkwidget.cpp
+++ b/src/urlbar/bookmarkwidget.cpp
@@ -95,7 +95,7 @@ BookmarkWidget::BookmarkWidget(const KBookmark &bookmark, QWidget *parent)
// Ok & Cancel buttons
QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel, Qt::Horizontal, this);
connect(buttonBox, SIGNAL(accepted()), this, SLOT(accept()));
- connect(buttonBox, SIGNAL(rejected()), this, SLOT(reject()));
+ connect(buttonBox, SIGNAL(rejected()), this, SLOT(close()));
layout->addWidget(buttonBox);
setLayout(layout);