forked from AuroraMiddleware/gtk
Small further change to make it more robust.
svn path=/trunk/; revision=19626
This commit is contained in:
parent
7a9bbf551f
commit
f07ad74afc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user