Changeset 3821 for trunk/gtk/torrent-inspector.c
- Timestamp:
- Nov 15, 2007, 4:19:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/torrent-inspector.c
r3470 r3821 821 821 g_free (pch); 822 822 823 pch = ratiostr (stat->downloadedEver, stat->uploadedEver);823 pch = g_strdup_printf( "%.1f", stat->ratio ); 824 824 gtk_label_set_text (GTK_LABEL(a->ratio_lb), pch); 825 825 g_free (pch);
Note: See TracChangeset
for help on using the changeset viewer.