diff options
author | Siteshwar Vashisht <siteshwar@gmail.com> | 2012-05-24 23:54:48 +0530 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-28 00:10:31 +0200 |
commit | 4a33568b6d177921e50445a9ded44386febe60c0 (patch) | |
tree | 171c6185c19789c33912c1170fa974c00ea6f335 /src/sync/syncassistant.cpp | |
parent | Final refactoring and clean up to support Opera bookmarks. (diff) | |
download | rekonq-4a33568b6d177921e50445a9ded44386febe60c0.tar.xz |
Made UI changes to disable history and password sync for certain services, added some notification messages in Opera sync handler.
Diffstat (limited to 'src/sync/syncassistant.cpp')
-rw-r--r-- | src/sync/syncassistant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/syncassistant.cpp b/src/sync/syncassistant.cpp index 078ff375..7edc1f67 100644 --- a/src/sync/syncassistant.cpp +++ b/src/sync/syncassistant.cpp @@ -43,10 +43,10 @@ SyncAssistant::SyncAssistant(QWidget *parent) { setWindowTitle(i18n("sync assistant")); - setPage(Page_Data, new SyncDataWidget(this)); setPage(Page_Type, new SyncHostTypeWidget(this)); setPage(Page_FTP_Settings, new SyncFTPSettingsWidget(this)); setPage(Page_Google_Settings, new SyncGoogleSettingsWidget(this)); setPage(Page_Opera_Settings, new SyncOperaSettingsWidget(this)); + setPage(Page_Data, new SyncDataWidget(this)); setPage(Page_Check, new SyncCheckWidget(this)); } |