~elementary-apps/switchboard-plug-about/trunk

« back to all changes in this revision

Viewing changes to src/about-plug.vala

  • Committer: Tarmac
  • Author(s): carcohoma
  • Date: 2013-05-27 13:40:31 UTC
  • mfrom: (98.1.1 switchboard-plug-about)
  • Revision ID: tarmac-20130527134031-h18lc2fx4u8t5u3p
Trim empty space before Graphics Card Driver name to fix bug #1183302.

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
            warning("Unknown lspci format: "+parts[0]+parts[1]);
189
189
            result = _("Unknown"); //set back to unkown
190
190
        }
191
 
        return result;
 
191
        return result.strip ();
192
192
    }
193
193
 
194
194
    // Wires up and configures initial UI