aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2012-03-26 10:10:50 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2012-03-26 11:19:40 +0200
commiteb19b84f5c53c3e704138deb8b9457ef2b02de32 (patch)
treea3d192fe9a3e8771d05249acc616b41d2baa2972 /share
parentcd4ce50a3b78e2f349ef83640802727c6858e0fc (diff)
WelcomePage: do not allow editing of default session
Being able to edit the default session does not make sense. Change-Id: I45deee777827e9586ab2c23474f3ad0423f17f55 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/welcomescreen/widgets/SessionItem.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/SessionItem.qml b/share/qtcreator/welcomescreen/widgets/SessionItem.qml
index fb660c7ec3..20eaa3b0e3 100644
--- a/share/qtcreator/welcomescreen/widgets/SessionItem.qml
+++ b/share/qtcreator/welcomescreen/widgets/SessionItem.qml
@@ -177,6 +177,7 @@ Item {
Row {
x: 6
spacing: 4
+ visible: !defaultSession
Image { source: "images/icons/clone.png" }
LinkedText {