changeset 1953:f0ff0b367e3d

[gaim-migrate @ 1963] more gtk2 stuff. this isn't all that's needed for prefs.c but the rest of it won't work for gtk1.2. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 02 Jun 2001 00:24:50 +0000
parents 39df68320a82
children c15c3a3f6cd4
files src/prefs.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/prefs.c	Sat Jun 02 00:22:25 2001 +0000
+++ b/src/prefs.c	Sat Jun 02 00:24:50 2001 +0000
@@ -1499,8 +1499,7 @@
 
 void do_select_sound(GtkWidget *w, int snd)
 {
-
-	char *file;
+	const char *file;
 
 	file = gtk_file_selection_get_filename(GTK_FILE_SELECTION(sounddialog));