diff options
author | Jacek Antonelli | 2008-12-10 23:35:38 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-10 23:35:38 -0600 |
commit | eb6c9309a9d0c76da6153b8290d33d50f56b9786 (patch) | |
tree | e4a02a277dc7da58eab72b2a46c79a789da234de /linden/indra/newview/llpanellogin.h | |
parent | Better warning when url_history.xml save fails. (diff) | |
download | meta-impy-eb6c9309a9d0c76da6153b8290d33d50f56b9786.zip meta-impy-eb6c9309a9d0c76da6153b8290d33d50f56b9786.tar.gz meta-impy-eb6c9309a9d0c76da6153b8290d33d50f56b9786.tar.bz2 meta-impy-eb6c9309a9d0c76da6153b8290d33d50f56b9786.tar.xz |
Fix grid selector having a duplicate entry. [#24]
Patch by Balp Allen.
Diffstat (limited to 'linden/indra/newview/llpanellogin.h')
-rw-r--r-- | linden/indra/newview/llpanellogin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h index 539997b..78b0a22 100644 --- a/linden/indra/newview/llpanellogin.h +++ b/linden/indra/newview/llpanellogin.h | |||
@@ -87,6 +87,7 @@ public: | |||
87 | const std::string& password, BOOL remember); | 87 | const std::string& password, BOOL remember); |
88 | 88 | ||
89 | static void addServer(const std::string& server, S32 domain_name); | 89 | static void addServer(const std::string& server, S32 domain_name); |
90 | static void setServer(S32 domain_name); | ||
90 | static void refreshLocation( bool force_visible ); | 91 | static void refreshLocation( bool force_visible ); |
91 | 92 | ||
92 | static void getFields(std::string& firstname, std::string& lastname, | 93 | static void getFields(std::string& firstname, std::string& lastname, |