mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk gtk) fix r10077 typo
This commit is contained in:
@@ -771,7 +771,7 @@ refreshInfo( struct DetailsImpl * di, tr_torrent ** torrents, int n )
|
||||
gtr_label_set_text( GTK_LABEL( di->have_lb ), str );
|
||||
|
||||
/* availability_lb */
|
||||
if( sizeWhenDone )
|
||||
if( !sizeWhenDone )
|
||||
str = none;
|
||||
else {
|
||||
const double d = ( 100.0 * available ) / sizeWhenDone;
|
||||
|
||||
Reference in New Issue
Block a user