summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplaceview.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-21 00:31:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-21 00:31:23 +0900
commitc722431cbb37b120038bd2d0731e7ef74cce9d75 (patch)
tree2f1d4ceba10d96e3635301290fa4df00aad8c7ea /tdefilereplace/tdefilereplaceview.h
parenta58ed210742d83bf1ce96194083eb925298b02c5 (diff)
downloadtdeutils-c722431cbb37b120038bd2d0731e7ef74cce9d75.tar.gz
tdeutils-c722431cbb37b120038bd2d0731e7ef74cce9d75.zip
tdefilereplace: fixed SEGFAULT when trying to delete or remove an entry
from the result listview. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefilereplace/tdefilereplaceview.h')
-rw-r--r--tdefilereplace/tdefilereplaceview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tdefilereplace/tdefilereplaceview.h b/tdefilereplace/tdefilereplaceview.h
index 36eaa9c..cd30b4d 100644
--- a/tdefilereplace/tdefilereplaceview.h
+++ b/tdefilereplace/tdefilereplaceview.h
@@ -113,7 +113,6 @@ class TDEFileReplaceView : public TDEFileReplaceViewWdg
private:
TDEPopupMenu *m_menuResult;
RCOptions *m_option;
- TDEListViewItem *m_lviCurrent;
TDEListView *m_rv, * m_sv;
};