Summary: | "Done" and "Error" columns are redundant with each other | ||
---|---|---|---|
Product: | swfdec | Reporter: | Matthew Paul Thomas <mpt> |
Component: | plugin | Assignee: | swfdec ml <swfdec> |
Status: | RESOLVED FIXED | QA Contact: | swfdec ml <swfdec> |
Severity: | minor | ||
Priority: | medium | ||
Version: | 0.6.0 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
marge done and error column
merge done and error column - try 2 merge done and error column - try 3 distinguish file with unknown size |
Description
Matthew Paul Thomas
2008-05-16 03:57:02 UTC
Created attachment 16697 [details] [review] marge done and error column Attached a patch that implement the suggestion. Should add i'm not able to find a flash file that give an error so never excercised that path. The patch should be applied on top of the other one i posted for 15958 and 15959 to avoid merge issues. You seem to be used to languages that do automatic memory management. ;) The return value of g_format_size_for_display() must be freed. Also, I'm not sure if using red on errors is a good idea as it might look odd on some themes. So we'd better use something theme-agnostic, like bold, if we use a special marker at all. Created attachment 16712 [details] [review] merge done and error column - try 2 (In reply to comment #2) > You seem to be used to languages that do automatic memory management. ;) > The return value of g_format_size_for_display() must be freed. You are right, fixed. > Also, I'm not sure if using red on errors is a good idea as it might look odd > on some themes. So we'd better use something theme-agnostic, like bold, if we > use a special marker at all. Ok, in case of error i've removed the red color for text. Created attachment 16713 [details] [review] merge done and error column - try 3 Removed a hunk of a previous patch. Created attachment 16714 [details] [review] distinguish file with unknown size Use a different string format for files with size unknown as discuessed on irc. This is in git now. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.