changeset 892:f1b33b5e153d

Fix about dialog not showing all the text.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 07:46:29 +0200
parents 5048b4799310
children c835aa129e3b
files src/xs_about.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_about.c	Fri Nov 09 06:39:43 2012 +0200
+++ b/src/xs_about.c	Fri Nov 09 07:46:29 2012 +0200
@@ -168,6 +168,7 @@
             "Programming and design\n"
             "    Matti 'ccr' Hämäläinen\n"
             "\n"
+
 #ifdef HAVE_SIDPLAY1
             "libSIDPlay1 created by\n"
             "    Michael Schwendt\n"
@@ -191,6 +192,9 @@
             "    (Refer to README for license)\n"
             "\n"
 #endif
+            , -1);
+
+    gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
             "Original XMMS-SID (v0.4) by\n"
             "    Willem Monsuwe\n"
             "\n"