diff options
author | Lionel Chauvin <megabigbug@yahoo.fr> | 2009-08-14 20:53:13 +0200 |
---|---|---|
committer | Lionel Chauvin <megabigbug@yahoo.fr> | 2009-08-14 20:53:13 +0200 |
commit | 2d41cc7cbfd0f508521481248f9f506f28d1538f (patch) | |
tree | ae3048ca6bbe5e461aec07bae2b1ab83ba8e4b78 /src | |
parent | Some work on WebPage class.. (diff) | |
download | rekonq-2d41cc7cbfd0f508521481248f9f506f28d1538f.tar.xz |
fix #203862
Diffstat (limited to 'src')
-rw-r--r-- | src/settings.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index b5316ff5..3ca086a8 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -146,7 +146,8 @@ SettingsDialog::SettingsDialog(QWidget *parent) connect(d->cookiesModule, SIGNAL(changed(bool)), this, SLOT(updateButtons())); connect(this, SIGNAL(applyClicked()), this, SLOT(saveSettings())); - + connect(this, SIGNAL(okClicked()), this, SLOT(saveSettings())); + setWebSettingsToolTips(); } |