diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatergroupinfo.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/linden/indra/newview/llfloatergroupinfo.cpp b/linden/indra/newview/llfloatergroupinfo.cpp index 3e8eae5..6187692 100644 --- a/linden/indra/newview/llfloatergroupinfo.cpp +++ b/linden/indra/newview/llfloatergroupinfo.cpp | |||
@@ -109,7 +109,7 @@ void LLFloaterGroupInfo::closeGroup(const LLUUID& group_id) | |||
109 | { | 109 | { |
110 | fgi->mPanelGroupp->close(); | 110 | fgi->mPanelGroupp->close(); |
111 | } | 111 | } |
112 | } | 112 | } |
113 | } | 113 | } |
114 | 114 | ||
115 | // static | 115 | // static |
@@ -125,9 +125,9 @@ void LLFloaterGroupInfo::refreshGroup(const LLUUID& group_id) | |||
125 | if (fgi) | 125 | if (fgi) |
126 | { | 126 | { |
127 | if (fgi->mPanelGroupp) | 127 | if (fgi->mPanelGroupp) |
128 | { | 128 | { |
129 | fgi->mPanelGroupp->refreshData(); | 129 | fgi->mPanelGroupp->refreshData(); |
130 | } | 130 | } |
131 | } | 131 | } |
132 | } | 132 | } |
133 | 133 | ||
@@ -190,9 +190,9 @@ void LLFloaterGroupInfo::showNotice(const char* subject, | |||
190 | { | 190 | { |
191 | // We need to clean up that inventory offer. | 191 | // We need to clean up that inventory offer. |
192 | if (inventory_offer) | 192 | if (inventory_offer) |
193 | { | 193 | { |
194 | inventory_offer_callback( IOR_DECLINE , inventory_offer); | 194 | inventory_offer_callback( IOR_DECLINE , inventory_offer); |
195 | } | 195 | } |
196 | return; | 196 | return; |
197 | } | 197 | } |
198 | 198 | ||
@@ -202,9 +202,9 @@ void LLFloaterGroupInfo::showNotice(const char* subject, | |||
202 | { | 202 | { |
203 | // We need to clean up that inventory offer. | 203 | // We need to clean up that inventory offer. |
204 | if (inventory_offer) | 204 | if (inventory_offer) |
205 | { | 205 | { |
206 | inventory_offer_callback( IOR_DECLINE , inventory_offer); | 206 | inventory_offer_callback( IOR_DECLINE , inventory_offer); |
207 | } | 207 | } |
208 | return; | 208 | return; |
209 | } | 209 | } |
210 | 210 | ||