diff plugins/napster.c @ 1940:8de58cd2892f

[gaim-migrate @ 1950] don't mind this. it just makes my patch for GTK2 smaller. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 01 Jun 2001 22:45:45 +0000
parents 22a3b4b52971
children 94e81315be2a
line wrap: on
line diff
--- a/plugins/napster.c	Fri Jun 01 21:43:43 2001 +0000
+++ b/plugins/napster.c	Fri Jun 01 22:45:45 2001 +0000
@@ -1059,7 +1059,7 @@
 static void nap_find_callback(GtkObject *w, GtkWidget *entry)
 {
 	struct gaim_connection *gc = (struct gaim_connection *)gtk_object_get_user_data(w);
-	gchar *search;
+	const gchar *search;
 	gchar buf[NAP_BUF_LEN];
 		
 	search = gtk_entry_get_text(GTK_ENTRY(entry));