From bde5ae0e400dc61f2eb64e7ffb9707b9c69b9113 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 13 May 2011 20:46:33 +0000 Subject: issue 41 - remember sort column and type. also move all these stores from delete-event to destroy function so it works when the quit buttons are used, as well as from window manager. --- src/util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index 9614855..abb7e26 100644 --- a/src/util.c +++ b/src/util.c @@ -34,7 +34,6 @@ #include "util.h" #include "dispatch.h" -#include "trg-client.h" void add_file_id_to_array(JsonObject * args, gchar * key, gint index) { @@ -182,7 +181,7 @@ char *tr_strratio(char *buf, size_t buflen, double ratio, const char *infinity) { if ((int) ratio == TR_RATIO_NA) - tr_strlcpy(buf, "None", buflen); + tr_strlcpy(buf, _("None"), buflen); else if ((int) ratio == TR_RATIO_INF) tr_strlcpy(buf, infinity, buflen); else if (ratio < 10.0) -- cgit v1.2.3