From 03719cbb87119ab53417f111369934c99e92f52d Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 18 Oct 2007 18:30:04 +0000 Subject: [PATCH] - Simplified code --- TODO | 1 + src/GUI.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 0b2da346e..352226839 100644 --- a/TODO +++ b/TODO @@ -46,6 +46,7 @@ - Display in torrent addition dialog: * free disk space on selected drive * free disk space after torrent download (and/or torrent size) +- Start minimized option in program preferences - Allow to change action on double-click -> in download list -> in seeding list diff --git a/src/GUI.cpp b/src/GUI.cpp index 934096980..a1e38947a 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -47,7 +47,6 @@ #include "allocationDlg.h" using namespace libtorrent; -namespace fs = boost::filesystem; /***************************************************** * *