shell: Use proper Unicode ellipses in the search renderer

This commit is contained in:
Philip Withnall 2011-06-17 12:30:05 +01:00
parent 4b655eee12
commit 5ec3fa9941

View file

@ -178,7 +178,7 @@ shell_search_renderer_set_layout (ShellSearchRenderer *cell, GtkWidget *widget)
if (lead == full_string)
leaddot = "";
else
leaddot = "...";
leaddot = "";
match = g_strndup (start, count);
lead = g_strndup (lead, start - lead);