~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to src/profiles.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2002-04-19 02:28:44 UTC
  • Revision ID: james.westby@ubuntu.com-20020419022844-ymuy8149lcv2ia9r
Tags: 0.8.5-5
Do not escape '&' when calling the web browser

Show diffs side-by-side

added added

removed removed

Lines of Context:
628
628
 
629
629
        readRectEntry(base, "geom", &mwgeom);
630
630
        readEntry(base, "lastStatusString", &lastStatusString);
631
 
        readBoolEntry(base, "usesound", &useSound);
 
631
        readBoolEntry(base, "useSound", &useSound);
632
632
 
633
633
        bool found;
634
634
        QDomElement accs = findSubTag(base, "accounts", &found);