Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
Cervisia
Commits
d15d70c9
Commit
d15d70c9
authored
Sep 17, 2001
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix my previous patch
svn path=/trunk/kdesdk/cervisia/; revision=114533
parent
204c9863
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
cervisiapart.cpp
cervisiapart.cpp
+1
-2
No files found.
cervisiapart.cpp
View file @
d15d70c9
...
...
@@ -520,8 +520,7 @@ void CervisiaPart::updateActions()
actionCollection
()
->
action
(
"view_last_change"
)
->
setEnabled
(
single
);
// bool nojob = !( actionCollection()->action( "stop_job" )->isEnabled() );
bool
nojob
=
!
hasRunningJob
&&
update
->
selectedItem
();
bool
nojob
=
!
hasRunningJob
&&
(
update
->
currentItem
()
!=
0
);
actionCollection
()
->
action
(
"file_update"
)
->
setEnabled
(
nojob
);
actionCollection
()
->
action
(
"file_status"
)
->
setEnabled
(
nojob
);
actionCollection
()
->
action
(
"file_commit"
)
->
setEnabled
(
nojob
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment