Bug fix: circumvent using LLs notify system.
Can't use LLs LLFolderViewItem::rename from LLInventoryPanel::modelChanged because it's nonrobust spaghetti code and causes randomly sized loops. Also cleaned up the number of unused nameOrDescriptionChanged functions introduced in a previous commit.
This commit is contained in:
@@ -277,8 +277,8 @@ public:
|
||||
|
||||
// just rename the object.
|
||||
void rename(const std::string& new_name);
|
||||
// Alert mListener that the description of this item changed.
|
||||
void descriptionChanged(void) const;
|
||||
// Alert mListener that the name or description of this item changed.
|
||||
void nameOrDescriptionChanged(void) const;
|
||||
|
||||
// open
|
||||
virtual void openItem( void );
|
||||
|
||||
Reference in New Issue
Block a user