(trunk gtk) fix r10077 typo

This commit is contained in:
Charles Kerr
2010-02-02 18:17:21 +00:00
parent 54f874ffb1
commit 9da25c26ce

View File

@@ -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;