diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | linden/indra/newview/llviewermessage.cpp | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 5792f61..93440bb 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,11 @@ | |||
1 | 2009-10-03 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-10-03 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * Reverted slviewer-0-v12100-AllowDiscardForCreator.patch. | ||
4 | (Was causing usability issues with new notecard creation). | ||
5 | |||
6 | modified: linden/indra/newview/llviewermessage.cpp | ||
7 | |||
8 | |||
3 | * Added confirmation alerts for double-click tp and auto-pilot. | 9 | * Added confirmation alerts for double-click tp and auto-pilot. |
4 | 10 | ||
5 | modified: linden/indra/newview/llviewermenu.cpp | 11 | modified: linden/indra/newview/llviewermenu.cpp |
diff --git a/linden/indra/newview/llviewermessage.cpp b/linden/indra/newview/llviewermessage.cpp index 9b7ec48..cecef95 100644 --- a/linden/indra/newview/llviewermessage.cpp +++ b/linden/indra/newview/llviewermessage.cpp | |||
@@ -837,9 +837,9 @@ void open_offer(const std::vector<LLUUID>& items, const std::string& from_name) | |||
837 | //if we are throttled, don't display them - Gigs | 837 | //if we are throttled, don't display them - Gigs |
838 | if (check_offer_throttle(from_name, false)) | 838 | if (check_offer_throttle(from_name, false)) |
839 | { | 839 | { |
840 | // I'm not sure this is a good idea. JC - Definitely a bad idea. HB | 840 | // I'm not sure this is a good idea. JC |
841 | //bool show_keep_discard = item->getPermissions().getCreator() != gAgent.getID(); | 841 | bool show_keep_discard = item->getPermissions().getCreator() != gAgent.getID(); |
842 | bool show_keep_discard = true; | 842 | //bool show_keep_discard = true; |
843 | switch(asset_type) | 843 | switch(asset_type) |
844 | { | 844 | { |
845 | case LLAssetType::AT_NOTECARD: | 845 | case LLAssetType::AT_NOTECARD: |