mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Ticket #217: Missing Progress in GTK+ Torrent Inspector (reported by CatharsisCarth)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user