Bug 46948: Glib patches - Adrian Johnson <ajohnson@redneon.com> - 3/4/2012 Back to Bug | Your Reviews | Help
Attachment 57996: show encoding in demo - Adrian Johnson <ajohnson@redneon.com> - 3/4/2012 (View )

Show Quick Help

From: Adrian Johnson <ajohnson@redneon.com>
Date: Sun, 4 Mar 2012 18:10:49 +1030
Subject: [PATCH 2/3] glib demo: show font encoding in font demo
<Overall Comment>
Previous Reviews
Carlos Garcia Campos <carlosgc@gnome.org>
3/5/2012
-----------------------------------------------------------------
Looks good too, thanks!
glib/demo/fonts.c
165 name = "No name";
166 
167 encoding = poppler_fonts_iter_get_encoding (fonts_iter);
168 if (!encoding)
169 encoding = "No encoding";
Maybe this could be just None, since this will look like:
Encoding: No encoding
maybe it's a bit redundant.
Powered by Splinter

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.