Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
2b72a67f
Commit
2b72a67f
authored
Oct 06, 2011
by
Jekyll Wu
Browse files
Rename appConfig to konsoleConfig for clarity.
parent
d6214d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SessionManager.cpp
View file @
2b72a67f
...
...
@@ -85,8 +85,8 @@ SessionManager::SessionManager()
addProfile
(
_fallbackProfile
);
//locate and load default profile
KSharedConfigPtr
app
Config
=
KSharedConfig
::
openConfig
(
"konsolerc"
);
const
KConfigGroup
group
=
app
Config
->
group
(
"Desktop Entry"
);
KSharedConfigPtr
konsole
Config
=
KSharedConfig
::
openConfig
(
"konsolerc"
);
const
KConfigGroup
group
=
konsole
Config
->
group
(
"Desktop Entry"
);
QString
defaultSessionFilename
=
group
.
readEntry
(
"DefaultProfile"
,
"Shell.profile"
);
QString
path
=
KStandardDirs
::
locate
(
"data"
,
"konsole/"
+
defaultSessionFilename
);
...
...
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