diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-0 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rw-r--r-- | examples/viewer-qt.cc | 2 |
8 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com> + + * examples/viewer-qt.cc (main): Add the mystic + g_type_init ((GTypeDebugFlags) 0);. + 2001-04-02 Alexander Larsson <alexl@redhat.com> * pango/pangoft2-fontmap.c: diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 46e30345..c549b34b 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,8 @@ +Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com> + + * examples/viewer-qt.cc (main): Add the mystic + g_type_init ((GTypeDebugFlags) 0);. + 2001-04-02 Alexander Larsson <alexl@redhat.com> * pango/pangoft2-fontmap.c: diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 46e30345..c549b34b 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com> + + * examples/viewer-qt.cc (main): Add the mystic + g_type_init ((GTypeDebugFlags) 0);. + 2001-04-02 Alexander Larsson <alexl@redhat.com> * pango/pangoft2-fontmap.c: diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 46e30345..c549b34b 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,8 @@ +Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com> + + * examples/viewer-qt.cc (main): Add the mystic + g_type_init ((GTypeDebugFlags) 0);. + 2001-04-02 Alexander Larsson <alexl@redhat.com> * pango/pangoft2-fontmap.c: diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 46e30345..c549b34b 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,8 @@ +Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com> + + * examples/viewer-qt.cc (main): Add the mystic + g_type_init ((GTypeDebugFlags) 0);. + 2001-04-02 Alexander Larsson <alexl@redhat.com> * pango/pangoft2-fontmap.c: diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 46e30345..c549b34b 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com> + + * examples/viewer-qt.cc (main): Add the mystic + g_type_init ((GTypeDebugFlags) 0);. + 2001-04-02 Alexander Larsson <alexl@redhat.com> * pango/pangoft2-fontmap.c: diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 46e30345..c549b34b 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +Mon Apr 2 12:01:03 2001 Owen Taylor <otaylor@redhat.com> + + * examples/viewer-qt.cc (main): Add the mystic + g_type_init ((GTypeDebugFlags) 0);. + 2001-04-02 Alexander Larsson <alexl@redhat.com> * pango/pangoft2-fontmap.c: diff --git a/examples/viewer-qt.cc b/examples/viewer-qt.cc index 8afc09e5..7f49bcf7 100644 --- a/examples/viewer-qt.cc +++ b/examples/viewer-qt.cc @@ -508,6 +508,8 @@ main (int argc, char **argv) QApplication a (argc, argv); const char *filename; + g_type_init ((GTypeDebugFlags) 0); + QApplication::setStyle (new QCDEStyle()); if (QFileInfo ("./pangorc").exists ()) |