Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
380b82c7
Commit
380b82c7
authored
12 years ago
by
AlexanderP ProductEngine
Browse files
Options
Downloads
Patches
Plain Diff
CHUI-487, CHUI-488 Commented out demo
parent
2c2e8b83
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/llfloaterimsessiontab.cpp
+2
-2
2 additions, 2 deletions
indra/newview/llfloaterimsessiontab.cpp
with
2 additions
and
2 deletions
indra/newview/llfloaterimsessiontab.cpp
+
2
−
2
View file @
380b82c7
...
@@ -340,8 +340,8 @@ void LLFloaterIMSessionTab::appendMessage(const LLChat& chat, const LLSD &args)
...
@@ -340,8 +340,8 @@ void LLFloaterIMSessionTab::appendMessage(const LLChat& chat, const LLSD &args)
// to demonstrate the correct format call the appropriate functions.
// to demonstrate the correct format call the appropriate functions.
// They should be moved to the right places when working on CHUI-486. ~Alex ProductEngine.
// They should be moved to the right places when working on CHUI-486. ~Alex ProductEngine.
// ---- start demo ----
// ---- start demo ----
im_box
->
flashConversationItemWidget
(
mSessionID
,
true
);
// flashing of the conversation's item
//
im_box->flashConversationItemWidget(mSessionID, true); // flashing of the conversation's item
gToolBarView
->
flashCommand
(
LLCommandId
(
"chat"
),
true
);
// flashing of the FUI button "Chat"
//
gToolBarView->flashCommand(LLCommandId("chat"), true); // flashing of the FUI button "Chat"
// ---- end demo -----
// ---- end demo -----
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment