diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2012-11-15 13:45:48 +0200 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2012-11-16 14:13:00 +0100 |
commit | 691ade174771141b6c5efb0d7f2e983826c6670c (patch) | |
tree | f0ea8e3878d6ac8e1a4d7c7304e23b879f8a129f | |
parent | 4ddb9d15ce641901fa90ceaa6d426bbbc1f4b9a8 (diff) | |
download | qt-creator-691ade174771141b6c5efb0d7f2e983826c6670c.tar.gz |
ClearCase: Fix "Check In Activity"
Change-Id: I69a416b8e3366c2054e3d0208a5eb50b82f4c597
Reviewed-by: Knut Petter Svendsen <knutpett@pvv.org>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
-rw-r--r-- | src/plugins/clearcase/clearcaseplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/clearcase/clearcaseplugin.cpp b/src/plugins/clearcase/clearcaseplugin.cpp index 963bb1a3d5..99ce042a5e 100644 --- a/src/plugins/clearcase/clearcaseplugin.cpp +++ b/src/plugins/clearcase/clearcaseplugin.cpp @@ -973,7 +973,7 @@ void ClearCasePlugin::startCheckInActivity() last = file; } } - startCheckIn(state.currentProjectPath(), files); + startCheckIn(topLevel, files); } /* Start check in of files of a single repository by displaying |