diff src/audacious/input.c @ 2557:cacbc968782b trunk

[svn] - Make unplayable files dialog resizable and centered on the screen. (closes #802)
author nhjm449
date Tue, 20 Feb 2007 16:17:08 -0800
parents c8d6564f9c82
children b3ca1bfcae6c
line wrap: on
line diff
--- a/src/audacious/input.c	Tue Feb 20 08:11:40 2007 -0800
+++ b/src/audacious/input.c	Tue Feb 20 16:17:08 2007 -0800
@@ -325,6 +325,8 @@
                                                GTK_MESSAGE_ERROR,
                                                GTK_BUTTONS_OK,
                                                _(markup));
+	gtk_window_set_resizable(GTK_WINDOW(dialog), TRUE);
+	gtk_window_set_position(GTK_WINDOW(dialog), GTK_WIN_POS_CENTER);
 
         vbox = gtk_vbox_new(FALSE, 6);