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
=== modified file 'libcore/gof-file.c'
--- libcore/gof-file.c 2013-05-29 17:25:52 +0000
+++ libcore/gof-file.c 2013-06-13 21:45:33 +0000
@@ -280,7 +280,7 @@
280{280{
281 g_free (file->format_size);281 g_free (file->format_size);
282 if (gof_file_is_folder (file))282 if (gof_file_is_folder (file))
283 file->format_size = g_strdup ("--");283 file->format_size = g_strdup ("—");
284 else284 else
285 file->format_size = g_format_size (file->size);285 file->format_size = g_format_size (file->size);
286}286}

Subscribers

People subscribed via source and target branches

to all changes: