STORM-1175 Fixing close button, for Custom Port warning, in Preferences > Setup > Network
Review Request #271 - Created April 15, 2011 and submitted
Ima Mechanique | Reviewers | ||
viewer | |||
STORM-1175 | |||
None | viewer-development |
Applying Kitty Barnett's patch against current code base.
Release build. tested preferences both in world and on the log in screen.
Review request changed
Updated (April 19, 2011, 7:57 a.m.)
-
- added STORM-1175
adding ticket reference
Posted (April 19, 2011, 8:02 a.m.)
Could you please provide the patch description? I.e what the problem was and how you fixed it.
Posted (April 20, 2011, 9:01 a.m.)
-
indra/llui/llnotifications.cpp (Diff revision 1) -
LLNotificationsUtil is a wrapper around LLNotifications. Calling a wrapper from the class it wraps doesn't look very nice to me. So I'd change this line to do the following: add(name.asString(), LLSD(), LLSD()); and remove the include. Both approaches trigger a run-time warning though. I'll address that in a separate review request (coming soon).
Review request changed
Updated (May 11, 2011, 6:56 a.m.)
-
- added Diff r2
Changes to patch per Vadim's reccomendation.
Thanks.
Posted (May 11, 2011, 4:05 p.m.)
-
doc/contributions.txt (Diff revision 2) -
OPEN-50 is unrelated, isn't it? Please clean your changesets.
Review request changed
Updated (May 12, 2011, 12:26 a.m.)
-
- added Diff r3
Fixed the contributions entry, that sneaked in from my local repo, because it's missing in v-d. Thanks Boroondas.
-
indra/llui/llnotifications.cpp (Diff revision 3) -
Sorry, another change request ... Didn't see this at first: Please remove the trailing whitespace.
No other objections, so ship it! (Not quite seeing through that forest of add methods and Param constructors, so I just have to trust Vadim picked the right function call here.)
Review request changed
Updated (May 12, 2011, 3:45 a.m.)
-
- added Diff r4
Removed trailing whitespace per Boroondas' request.
Other reviews