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
97441cf12263
Commit
290b2913
authored
Jan 29, 2011
by
Steve Borho
Browse files
manifestdialog: fix saveSettings routing (closes
#99
)
parent
ef9f13be73ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
tortoisehg/hgqt/manifestdialog.py
View file @
97441cf1
...
...
@@ -163,7 +163,7 @@ class ManifestWidget(QWidget):
def
saveSettings
(
self
,
qs
,
prefix
):
prefix
+=
'/manifest'
self
.
_fileview
.
saveSettings
(
qs
,
prefix
+
'/fileview'
)
s
.
setValue
(
prefix
+
'/splitter'
,
self
.
_splitter
.
saveState
())
q
s
.
setValue
(
prefix
+
'/splitter'
,
self
.
_splitter
.
saveState
())
def
_initactions
(
self
):
self
.
_statusfilter
=
_StatusFilterButton
(
statustext
=
'MAC'
)
...
...
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