Small further change to make it more robust.

svn path=/trunk/; revision=19626
This commit is contained in:
Tor Lillqvist 2008-02-21 16:23:01 +00:00
parent 7a9bbf551f
commit f07ad74afc

View File

@ -11138,7 +11138,8 @@ list_mtime_data_func (GtkTreeViewColumn *tree_column,
date_str = g_locale_to_utf8 (buf, -1, NULL, NULL, NULL);
#endif
}
else
if (date_str == NULL)
date_str = g_strdup (_("Unknown"));
g_free (locale_format);