[Pkg-owncloud-commits] [owncloud-client] 62/498: Settings dialog: show the first account page at start
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit e5ad1b27b4ed1eb9669cd419339a339ea3552ac2
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Tue Apr 28 11:39:27 2015 +0200
Settings dialog: show the first account page at start
---
src/gui/settingsdialog.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/settingsdialog.cpp b/src/gui/settingsdialog.cpp
index b7c4660..a5bf908 100644
--- a/src/gui/settingsdialog.cpp
+++ b/src/gui/settingsdialog.cpp
@@ -110,7 +110,7 @@ SettingsDialog::SettingsDialog(ownCloudGui *gui, QWidget *parent) :
}
// default to Account
- toolBar->actions().at(0)->setChecked(true);
+ toolBar->actions().at(0)->trigger();
QPushButton *closeButton = _ui->buttonBox->button(QDialogButtonBox::Close);
connect(closeButton, SIGNAL(clicked()), SLOT(accept()));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list