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
dd070683
Commit
dd070683
authored
10 years ago
by
Merov Linden
Browse files
Options
Downloads
Patches
Plain Diff
DD-59 : WIP : Fixed consistency check bug
parent
1b4408e5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/llinventoryfunctions.cpp
+1
-1
1 addition, 1 deletion
indra/newview/llinventoryfunctions.cpp
with
1 addition
and
1 deletion
indra/newview/llinventoryfunctions.cpp
+
1
−
1
View file @
dd070683
...
@@ -173,7 +173,7 @@ void update_marketplace_category(const LLUUID& cat_id)
...
@@ -173,7 +173,7 @@ void update_marketplace_category(const LLUUID& cat_id)
if
(
LLMarketplaceData
::
instance
().
isListed
(
listing_uuid
))
if
(
LLMarketplaceData
::
instance
().
isListed
(
listing_uuid
))
{
{
LLUUID
version_folder_uuid
=
LLMarketplaceData
::
instance
().
getVersionFolderID
(
listing_uuid
);
LLUUID
version_folder_uuid
=
LLMarketplaceData
::
instance
().
getVersionFolderID
(
listing_uuid
);
if
(
!
gInventory
.
isObjectDescendentOf
(
version_folder_uuid
,
listing_uuid
))
if
(
version_folder_uuid
.
notNull
()
&&
!
gInventory
.
isObjectDescendentOf
(
version_folder_uuid
,
listing_uuid
))
{
{
// *TODO : Confirm with Producer that this is what we want to happen in that case!
// *TODO : Confirm with Producer that this is what we want to happen in that case!
llinfos
<<
"Merov : Delisting as the version folder is not under the listing folder anymore!!"
<<
llendl
;
llinfos
<<
"Merov : Delisting as the version folder is not under the listing folder anymore!!"
<<
llendl
;
...
...
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