comparison src/gtk/gtkui.c @ 677:8990a8a26ccf

2005-1-24 Brian Masney <masneyb@gftp.org> * lib/protocols.c lib/rfc959.c src/gtk/dnd.c src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/transfer.c src/gtk/view-dialog.c src/uicommon/gftpui.c - make sure the logging level gftp_logging_error is used for all error messages
author masneyb
date Tue, 25 Jan 2005 02:34:19 +0000
parents 05c67a33b071
children f41c33110f8e
comparison
equal deleted inserted replaced
676:72a6de68d9c8 677:8990a8a26ccf
268 if (ddata->edit != NULL) 268 if (ddata->edit != NULL)
269 { 269 {
270 edttext = gtk_entry_get_text (GTK_ENTRY (ddata->edit)); 270 edttext = gtk_entry_get_text (GTK_ENTRY (ddata->edit));
271 if (*edttext == '\0') 271 if (*edttext == '\0')
272 { 272 {
273 ftp_log (gftp_logging_misc, NULL, 273 ftp_log (gftp_logging_error, NULL,
274 _("Operation canceled...you must enter a string\n")); 274 _("Operation canceled...you must enter a string\n"));
275 return; 275 return;
276 } 276 }
277 277
278 cdata->input_string = g_strdup (edttext); 278 cdata->input_string = g_strdup (edttext);