mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 20:09:59 +00:00
Make the toolbar code less noisy when the session file is not found
Conflicts: src/frontends/qt4/GuiToolbar.cpp
This commit is contained in:
parent
3967b7b0db
commit
b674c190e7
@ -358,7 +358,7 @@ void GuiToolbar::restoreSession()
|
||||
settings.value(sessionKey() + "/visibility", error_val).toInt();
|
||||
if (visibility == error_val || visibility == 0) {
|
||||
// This should not happen, but in case we use the defaults
|
||||
LYXERR0("Session settings could not be found!. "
|
||||
LYXERR(Debug::GUI, "Session settings could not be found!. "
|
||||
"Defaults are used instead");
|
||||
visibility =
|
||||
guiApp->toolbars().defaultVisibility(fromqstr(objectName()));
|
||||
|
@ -108,6 +108,7 @@ What's new
|
||||
- Fix problem with configure.py when the user profile path on Windows
|
||||
contains non-ascii characters (bug 8254).
|
||||
|
||||
- remove annoying startup debug message.
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user