~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to gio/glocalfileinfo.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-06-27 09:56:08 UTC
  • mfrom: (1.4.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627095608-pi9244lmozmr2cm6
Tags: 2.20.4-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
527
527
          attr2 = strchr (attr, ':');
528
528
          if (attr2)
529
529
            {
530
 
              attr2++; /* Skip ':' */
 
530
              attr2 += 2; /* Skip '::' */
531
531
              unescaped_attribute = hex_unescape_string (attr2, NULL, &free_unescaped_attribute);
532
532
              if (user)
533
533
                a = g_strconcat ("user.", unescaped_attribute, NULL);