~ubuntu-branches/ubuntu/raring/gnustep-back/raring

« back to all changes in this revision

Viewing changes to Source/xlib/XGFont.m

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-11-21 22:57:37 UTC
  • mfrom: (1.2.9) (15.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121121225737-rme3qx928vtesqo7
Tags: 0.22.0-1ubuntu1
* Merge from Debian experimental. Remaining change:
  - debian/rules (build-arch) Depend on debian/build-indep-stamp to build
    the docs files included in every package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
      return NO;
296
296
    }
297
297
  else
298
 
    NSDebugLog(@"Loaded font: %@", xfontname);
 
298
    NSDebugLLog(@"NSFont", @"Loaded font: %@", xfontname);
299
299
 
300
300
  // Fill the ivars
301
301
  ASSIGN(familyName, XGFontFamily(xdpy, font_info));
330
330
            }
331
331
          mostCompatibleStringEncoding
332
332
            = [GSMimeDocument encodingFromCharset: encodingScheme];
333
 
          NSDebugLog(@"Found encoding %d for %@", 
 
333
          NSDebugLLog(@"NSFont", @"Found encoding %d for %@", 
334
334
                     mostCompatibleStringEncoding, encodingScheme);
335
335
          if (mostCompatibleStringEncoding == GSUndefinedEncoding)
336
336
            {