Skip to content
Snippets Groups Projects
Commit d643a16c authored by Mike Antipov's avatar Mike Antipov
Browse files

Fixed normal bug EXT-4355 (Preferences: Location of logs does not show full path)

- changed "control_name" for view with log path to the "InstantMessageLogPath"
- also changed a line editor state from "disabled" to "readonly" to have a chance to scroll text to see full path in this field.

--HG--
branch : product-engine
parent db4e46e9
No related branches found
No related tags found
No related merge requests found
...@@ -1207,7 +1207,7 @@ void LLFloaterPreference::setPersonalInfo(const std::string& visibility, bool im ...@@ -1207,7 +1207,7 @@ void LLFloaterPreference::setPersonalInfo(const std::string& visibility, bool im
childEnable("log_nearby_chat"); childEnable("log_nearby_chat");
childEnable("log_instant_messages"); childEnable("log_instant_messages");
childEnable("show_timestamps_check_im"); childEnable("show_timestamps_check_im");
childEnable("log_path_string"); childDisable("log_path_string");// LineEditor becomes readonly in this case.
childEnable("log_path_button"); childEnable("log_path_button");
std::string display_email(email); std::string display_email(email);
......
...@@ -174,8 +174,7 @@ ...@@ -174,8 +174,7 @@
</text> </text>
<line_editor <line_editor
bottom="366" bottom="366"
control_name="InstantMessageLogFolder" control_name="InstantMessageLogPath"
enabled="false"
follows="top|left|right" follows="top|left|right"
halign="right" halign="right"
height="23" height="23"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment