From d31f55ae2816985f15f290a0eeedc7d8fbabf7d0 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 16 Dec 2010 20:43:40 +0000 Subject: [PATCH] No longer expand the first folder in the torrent content list (Thanks Ahmad) --- src/properties/propertieswidget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/properties/propertieswidget.cpp b/src/properties/propertieswidget.cpp index 6009e01c0..92a15bb22 100644 --- a/src/properties/propertieswidget.cpp +++ b/src/properties/propertieswidget.cpp @@ -253,8 +253,6 @@ void PropertiesWidget::loadTorrentInfos(const QTorrentHandle &_h) { loadUrlSeeds(); // List files in torrent PropListModel->setupModelData(h.get_torrent_info()); - // Expand first item if possible - filesList->expand(PropListModel->index(0, 0)); } } catch(invalid_handle& e) {