summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-02-19 17:59:35 +0100
committerDees_Troy <dees_troy@teamw.in>2013-02-19 17:59:35 +0100
commite42845962de0c4ad12a676b504c612fd48483ed9 (patch)
tree1f75121410aee9689c31e008c340ac505c82563c
parentMerge "Allow init.rc inheritance and bring init.rc closer to CM recovery source" into twrp2.4 (diff)
downloadandroid_bootable_recovery-e42845962de0c4ad12a676b504c612fd48483ed9.tar
android_bootable_recovery-e42845962de0c4ad12a676b504c612fd48483ed9.tar.gz
android_bootable_recovery-e42845962de0c4ad12a676b504c612fd48483ed9.tar.bz2
android_bootable_recovery-e42845962de0c4ad12a676b504c612fd48483ed9.tar.lz
android_bootable_recovery-e42845962de0c4ad12a676b504c612fd48483ed9.tar.xz
android_bootable_recovery-e42845962de0c4ad12a676b504c612fd48483ed9.tar.zst
android_bootable_recovery-e42845962de0c4ad12a676b504c612fd48483ed9.zip
-rw-r--r--gui/listbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/listbox.cpp b/gui/listbox.cpp
index 5dd2a2db6..263f82f90 100644
--- a/gui/listbox.cpp
+++ b/gui/listbox.cpp
@@ -44,7 +44,7 @@ GUIListBox::GUIListBox(xml_node<>* node)
int header_separator_color_specified = 0, header_separator_height_specified = 0, header_text_color_specified = 0, header_background_color_specified = 0;
mStart = mLineSpacing = startY = mFontHeight = mSeparatorH = scrollingY = scrollingSpeed = 0;
- mIconWidth = mIconHeight = mSelectedIconHeight = mSelectedIconHeight = mUnselectedIconWidth = mUnselectedIconWidth = mHeaderIconHeight = mHeaderIconWidth = 0;
+ mIconWidth = mIconHeight = mSelectedIconHeight = mSelectedIconWidth = mUnselectedIconHeight = mUnselectedIconWidth = mHeaderIconHeight = mHeaderIconWidth = 0;
mHeaderSeparatorH = mLineHeight = mHeaderIsStatic = mHeaderH = actualLineHeight = 0;
mIconSelected = mIconUnselected = mBackground = mFont = mHeaderIcon = NULL;
mBackgroundX = mBackgroundY = mBackgroundW = mBackgroundH = 0;