aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIEditControl.h
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2010-02-27 08:02:42 +0000
committerjmarshallnz <jmarshallnz@svn>2010-02-27 08:02:42 +0000
commitb63386c787a5c2f7439cd99b5f373b0352ea017a (patch)
tree3460a0814d8a208d67de3d12cb57d3c0426def26 /guilib/GUIEditControl.h
parent0645044ddbebaed19686ab408efd55cd994d3a66 (diff)
changed: Now that we're no longer using non-MD5 passwords for scrobbling, edit controls may assume any set label is an MD5 digest.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28176 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIEditControl.h')
-rw-r--r--guilib/GUIEditControl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/GUIEditControl.h b/guilib/GUIEditControl.h
index efb1e2ee3f..ada7bd8f79 100644
--- a/guilib/GUIEditControl.h
+++ b/guilib/GUIEditControl.h
@@ -104,6 +104,7 @@ protected:
int m_inputHeading;
INPUT_TYPE m_inputType;
+ bool m_isMD5;
std::vector<CGUIActionDescriptor> m_textChangeActions;