summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2012-01-17 09:36:14 -0800
committerLeslie Linden <leslie@lindenlab.com>2012-01-17 09:36:14 -0800
commit577479a3e53ef152da191e3a004aeb34f0815658 (patch)
tree92750fad9e0e2ee7ee892df4ec06926a21d75527 /indra
parent6b919e324e55ebcac0e2d33ca44a05fae9ac1d42 (diff)
EXP-1803 CLEAN-UP -- Modified code to use the "unique" tag on the notification.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llinventorybridge.cpp10
-rw-r--r--indra/newview/llinventoryfunctions.cpp13
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml1
3 files changed, 7 insertions, 17 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 270ef4fddc..1a4fd17d61 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -2244,7 +2244,7 @@ BOOL LLFolderBridge::dragCategoryIntoFolder(LLInventoryCategory* inv_cat,
{
if (move_is_into_outbox)
{
- tooltip_msg = tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory");
+ tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory");
accept = FALSE;
}
else
@@ -2256,7 +2256,7 @@ BOOL LLFolderBridge::dragCategoryIntoFolder(LLInventoryCategory* inv_cat,
{
if (move_is_into_outbox)
{
- tooltip_msg = tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory");
+ tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory");
accept = FALSE;
}
else
@@ -3765,7 +3765,7 @@ BOOL LLFolderBridge::dragItemIntoFolder(LLInventoryItem* inv_item,
}
else if (move_is_into_outbox)
{
- tooltip_msg = tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory");
+ tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory");
accept = FALSE;
}
@@ -3796,7 +3796,7 @@ BOOL LLFolderBridge::dragItemIntoFolder(LLInventoryItem* inv_item,
{
if (move_is_into_outbox)
{
- tooltip_msg = tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory");
+ tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory");
accept = FALSE;
}
else
@@ -3823,7 +3823,7 @@ BOOL LLFolderBridge::dragItemIntoFolder(LLInventoryItem* inv_item,
if (move_is_into_outbox)
{
- tooltip_msg = tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory");
+ tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory");
accept = FALSE;
}
else if (move_is_into_current_outfit || move_is_into_outfit)
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp
index f5be271a68..40bc3b76c9 100644
--- a/indra/newview/llinventoryfunctions.cpp
+++ b/indra/newview/llinventoryfunctions.cpp
@@ -533,7 +533,6 @@ void show_item_original(const LLUUID& item_uuid)
}
-static S32 create_folder_in_outbox_operation_id = -1;
static S32 move_to_outbox_operation_id = -1;
static std::list<LLSD> move_to_outbox_payloads;
@@ -542,11 +541,6 @@ void open_outbox()
LLFloaterReg::showInstance("outbox");
}
-void folder_created_in_outbox_cb(const LLSD& notification, const LLSD& response)
-{
- create_folder_in_outbox_operation_id = -1;
-}
-
LLUUID create_folder_in_outbox_for_item(LLInventoryItem* item, const LLUUID& destFolderId, S32 operation_id)
{
llassert(item);
@@ -555,12 +549,7 @@ LLUUID create_folder_in_outbox_for_item(LLInventoryItem* item, const LLUUID& des
LLUUID created_folder_id = gInventory.createNewCategory(destFolderId, LLFolderType::FT_NONE, item->getName());
gInventory.notifyObservers();
- if (create_folder_in_outbox_operation_id != operation_id)
- {
- LLNotificationsUtil::add("OutboxFolderCreated", LLSD(), LLSD(), boost::bind(&folder_created_in_outbox_cb, _1, _2));
-
- create_folder_in_outbox_operation_id = operation_id;
- }
+ LLNotificationsUtil::add("OutboxFolderCreated");
return created_folder_id;
}
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index e44fb3bf28..af75d49353 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -214,6 +214,7 @@ You don't have permission to copy one or more of these items to the Merchant Out
icon="OutboxStatus_Success"
name="OutboxFolderCreated"
type="outbox">
+ <unique/>
A new folder has been created for each item you have transferred into the top level of your Merchant Outbox.
<usetemplate