aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-11 20:05:06 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-11 20:05:06 +0000
commitb6f61a217ff94a3218fc2ea87e64de8315a3a550 (patch)
tree1bfc6c17b704329ecf36d181114ff75e807b8646 /lib
parentf3643e16acdb33f7a05ef3ce3faa45142a727e37 (diff)
downloadenigma2-b6f61a217ff94a3218fc2ea87e64de8315a3a550.tar.gz
enigma2-b6f61a217ff94a3218fc2ea87e64de8315a3a550.zip
fix
Diffstat (limited to 'lib')
-rw-r--r--lib/gui/elistboxcontent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/elistboxcontent.cpp b/lib/gui/elistboxcontent.cpp
index c48fec70..1866d3ad 100644
--- a/lib/gui/elistboxcontent.cpp
+++ b/lib/gui/elistboxcontent.cpp
@@ -429,7 +429,7 @@ void eListboxPythonConfigContent::paint(gPainter &painter, eWindowStyle &style,
eSize item_left = eSize(m_seperation, m_itemsize.height());
eSize item_right = eSize(m_itemsize.width() - m_seperation, m_itemsize.height());
painter.renderText(eRect(offset, item_left), string, gPainter::RT_HALIGN_LEFT);
-// Py_XDECREF(text);
+ Py_XDECREF(text);
/* now, handle the value. get 2nd part from tuple*/
value = PyTuple_GET_ITEM(item, 1);