From 05a98f92cb9eeab843727e0fa2fc052cb371109a Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Tue, 12 Apr 2011 14:41:42 +0000 Subject: tidy sources with GNU indent after recent changes. on seconds thoughts, don't install docs with autotools, leave it to the package manager. --- src/trg-status-bar.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/trg-status-bar.c') diff --git a/src/trg-status-bar.c b/src/trg-status-bar.c index 4cae5df..c5a0ca1 100644 --- a/src/trg-status-bar.c +++ b/src/trg-status-bar.c @@ -92,11 +92,11 @@ void trg_status_bar_update(TrgStatusBar * sb, statusBarUpdate = g_strdup_printf - (ngettext("%d torrent .. Down %s, Up %s .. %d seeding, %d downloading, %d paused", - "%d torrents .. Down %s, Up %s .. %d seeding, %d downloading, %d paused", - stats->count), - stats->count, downRateTotalString, upRateTotalString, - stats->seeding, stats->down, stats->paused); + (ngettext + ("%d torrent .. Down %s, Up %s .. %d seeding, %d downloading, %d paused", + "%d torrents .. Down %s, Up %s .. %d seeding, %d downloading, %d paused", + stats->count), stats->count, downRateTotalString, + upRateTotalString, stats->seeding, stats->down, stats->paused); gtk_statusbar_pop(GTK_STATUSBAR(sb), priv->countSpeedsCtx); gtk_statusbar_push(GTK_STATUSBAR(sb), priv->countSpeedsCtx, statusBarUpdate); -- cgit v1.2.3