Skip to content

Commit

Permalink
Github #28: Using emdash instead of ---
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Feb 11, 2015
1 parent c5f5553 commit b77f18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/item_list_view.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ item_list_view_update_item (ItemListView *ilv, itemPtr item)
const gchar *important = " <span background='red' color='black'> important </span> ";
gchar *tmp = title;

title = g_strdup_printf ("%s%s%s %s<span size='smaller' weight='light'>--- (%s)</span>",
title = g_strdup_printf ("%s%s%s %s<span size='smaller' weight='light'> (%s)</span>",
!item->readStatus?"<span weight='bold'>":"",
title,
(FALSE == item->readStatus)?"</span>":"",
Expand Down

0 comments on commit b77f18a

Please sign in to comment.