Ticket #217: Missing Progress in GTK+ Torrent Inspector (reported by CatharsisCarth)

This commit is contained in:
Charles Kerr
2007-06-09 00:34:39 +00:00
parent ecf19e2528
commit 5d9fe27797
2 changed files with 2 additions and 2 deletions

View File

@@ -313,7 +313,7 @@ getdownloaddir( void )
const char * dir = tr_prefs_get( PREF_ID_DIR );
if (NULL == dir) {
if (NULL == wd)
wd = g_get_current_dir(),
wd = g_get_current_dir();
dir = wd;
}
return dir;