[gnome-control-center] shell: Use proper Unicode ellipses in the search renderer
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: Use proper Unicode ellipses in the search renderer
- Date: Fri, 17 Jun 2011 11:31:08 +0000 (UTC)
commit 5ec3fa99419b454bc7aca92cfa1bbabedaf949d9
Author: Philip Withnall <philip tecnocode co uk>
Date: Fri Jun 17 12:30:05 2011 +0100
shell: Use proper Unicode ellipses in the search renderer
shell/shell-search-renderer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/shell-search-renderer.c b/shell/shell-search-renderer.c
index 8b70854..5479fb7 100644
--- a/shell/shell-search-renderer.c
+++ b/shell/shell-search-renderer.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]