[Konsole-devel] Review Request: select right profile name in "saveFavorites()".
Francesco Cecconi
francesco.cecconi at gmail.com
Sat Jan 28 11:13:55 UTC 2012
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103807/
-----------------------------------------------------------
Review request for Konsole.
Description
-------
Do not use "profile->name()" for retrieve profile name, but take it from profile path.
When a profile name is changed (ex. test -> test2):
profile->path() (/home/xxxx/.../test.profile)
profile->name() (test2.profile)
but the real profile name is test.profile.
This patch fix this problem.
This addresses bug 292637.
http://bugs.kde.org/show_bug.cgi?id=292637
Diffs
-----
src/SessionManager.cpp 266201a
Diff: http://git.reviewboard.kde.org/r/103807/diff/diff
Testing
-------
Thanks,
Francesco Cecconi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20120128/9ebc7554/attachment.html>
More information about the konsole-devel
mailing list