Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
TortoiseHg
thg-hgtk
Commits
55d5821771e8
Commit
613fea55
authored
Dec 10, 2010
by
Peer Sommerlund
Browse files
pbranch: Fix unavailable toolbar icons
parent
c5b1cce94622
Changes
1
Hide whitespace changes
Inline
Side-by-side
tortoisehg/hgqt/pbranch.py
View file @
55d58217
...
...
@@ -102,6 +102,8 @@ class PatchBranchWidget(QWidget):
self
.
runner
.
progress
.
connect
(
self
.
progress
)
self
.
runner
.
makeLogVisible
.
connect
(
self
.
makeLogVisible
)
self
.
runner
.
commandFinished
.
connect
(
self
.
commandFinished
)
self
.
runner
.
hide
()
vbox
.
addWidget
(
self
.
runner
)
def
reload
(
self
):
'User has requested a reload'
...
...
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