summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-05-01 20:43:49 +0100
committerCho <cho@lindenlab.com>2013-05-01 20:43:49 +0100
commit145bbacc6c167351357572a5d635f790e6715b86 (patch)
treecb4175465649b500457b7bb0e845ca2bb6b4bc63 /indra/newview
parent8764e84041c48d0facd3a2860d90f78c88714f7c (diff)
made secondlife:///app/fbc/connect avoid 'the slurl you click on is not supported' messages
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpanelpeople.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp
index a9a024c9ed..640c5e4e4e 100644
--- a/indra/newview/llpanelpeople.cpp
+++ b/indra/newview/llpanelpeople.cpp
@@ -111,12 +111,11 @@ public:
{
mPanelPeople->connectToFacebook(query_map["code"]);
mPanelPeople = NULL;
- return true;
}
}
+ return true;
}
}
-
return false;
}
};