--- src/profilegui.c.orig 2006-07-28 04:14:32.000000000 -0500 +++ src/profilegui.c 2006-07-28 04:17:35.000000000 -0500 @@ -352,7 +352,7 @@ gtk_file_chooser_set_filename(GTK_FILE_CHOOSER(pg->bgimg), text); /* Don't need to call capplet_set_string because we'll get a signal */ #else - gtk_entry_set_text(GTK_ENTRY(pg->bgimg), text); + gtk_entry_set_text(GTK_ENTRY(pg->widget), text); capplet_set_string(pg->profile, "background_image", text); #endif gtk_toggle_button_set_active( @@ -519,7 +519,7 @@ #ifdef HAVE_GTK_FILE_CHOOSER_BUTTON_NEW profilegui_replace_file_chooser_widgets(pg); #else - pg->bgimg = profilegui_widget(pg, "background_img"); + pg->widget = profilegui_widget(pg, "background_img"); #endif /* pg->drd = drag_receive_setup_dest_widget(pg->bgimg,