projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b913f
)
Backport of #4245
author
Klaas Freitag
<freitag@owncloud.com>
Tue, 22 Dec 2015 09:26:13 +0000
(10:26 +0100)
committer
Klaas Freitag
<freitag@owncloud.com>
Tue, 22 Dec 2015 09:26:13 +0000
(10:26 +0100)
src/gui/settingsdialog.cpp
patch
|
blob
|
history
diff --git
a/src/gui/settingsdialog.cpp
b/src/gui/settingsdialog.cpp
index 5ade5f665741d42342efee8308cf06a681fc0899..5c5304a2c480f1f6fbb9d5a7100eb8130390172a 100644
(file)
--- a/
src/gui/settingsdialog.cpp
+++ b/
src/gui/settingsdialog.cpp
@@
-183,7
+183,7
@@
void SettingsDialog::showFirstPage()
void SettingsDialog::showActivityPage()
{
if (_activityAction) {
-
slotSwitchPage(_activityAction
);
+
_activityAction->trigger(
);
}
}