Merge lp:~ryan-van-quinlan/pantheon-files/fix-1170040 into lp:~elementary-apps/pantheon-files/trunk

Proposed by Ryan Quinlan
Status: Merged
Approved by: Cody Garver
Approved revision: 1214
Merged at revision: 1214
Proposed branch: lp:~ryan-van-quinlan/pantheon-files/fix-1170040
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
libcore/gof-file.c (+1/-1)
To merge this branch: bzr merge lp:~ryan-van-quinlan/pantheon-files/fix-1170040
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+169299@code.launchpad.net

Commit message

In list view, Files now shows em dash "—" instead of "--" as the size for a folder to fix bug #1170040.

Description of the change

In list view, Files now shows em dash "—" instead of "--" as the size for a folder.

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) wrote :

Good stuff, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libcore/gof-file.c'
2--- libcore/gof-file.c 2013-05-29 17:25:52 +0000
3+++ libcore/gof-file.c 2013-06-13 21:45:33 +0000
4@@ -280,7 +280,7 @@
5 {
6 g_free (file->format_size);
7 if (gof_file_is_folder (file))
8- file->format_size = g_strdup ("--");
9+ file->format_size = g_strdup ("—");
10 else
11 file->format_size = g_format_size (file->size);
12 }

Subscribers

People subscribed via source and target branches

to all changes: