# HG changeset patch # User Eric Warmenhoven # Date 977495882 0 # Node ID 6a752e171b26fc44d136070c645abc83e0c27888 # Parent ce379d65a5e3a968cb79bb029fc2d9c72f4c33b3 [gaim-migrate @ 1375] this'll help with resource, which is case-sensitive committer: Tailor Script diff -r ce379d65a5e3 -r 6a752e171b26 src/dialogs.c --- a/src/dialogs.c Fri Dec 22 14:36:49 2000 +0000 +++ b/src/dialogs.c Fri Dec 22 14:38:02 2000 +0000 @@ -542,7 +542,7 @@ char *who; struct conversation *c; - who = g_strdup(normalize(gtk_entry_get_text(GTK_ENTRY(imentry)))); + who = g_strdup(gtk_entry_get_text(GTK_ENTRY(imentry))); destroy_dialog(NULL, imdialog); imdialog = NULL;