summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-06-29 02:51:24 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-06-29 02:51:24 +0000
commit01ddd34f67aa41dbe06f09c12ef884a07669b651 (patch)
tree5e17fa6f79f31474b6837f99ef38cef704faf3ee /examples
parent9c41176796502c33fec770dc5952bdcdc9db3783 (diff)
downloadpango-01ddd34f67aa41dbe06f09c12ef884a07669b651.tar.gz
Require GLib-1.3.7
Thu Jun 28 21:49:30 2001 Owen Taylor <otaylor@redhat.com> * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.7 * pango/pangoft2-fontmap.c pango/pangowin32-fontmap.c pango/pangox-fontmap.c pango/pangoxft-fontmap.c: Fix args to g_type_init().
Diffstat (limited to 'examples')
-rw-r--r--examples/viewer-qt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/viewer-qt.cc b/examples/viewer-qt.cc
index 881d8dec..fe2986be 100644
--- a/examples/viewer-qt.cc
+++ b/examples/viewer-qt.cc
@@ -508,7 +508,7 @@ main (int argc, char **argv)
QApplication a (argc, argv);
const char *filename;
- g_type_init ((GTypeDebugFlags) 0);
+ g_type_init ();
QApplication::setStyle (new QCDEStyle());