comparison src/gtk/dnd.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 3bf77096052c
children 49cfbe02926b
comparison
equal deleted inserted replaced
676:72a6de68d9c8 677:8990a8a26ccf
116 gint y, GtkSelectionData * selection_data, guint info, 116 gint y, GtkSelectionData * selection_data, guint info,
117 guint32 clk_time, gpointer data) 117 guint32 clk_time, gpointer data)
118 { 118 {
119 if (current_wdata->request->stopable) 119 if (current_wdata->request->stopable)
120 { 120 {
121 ftp_log (gftp_logging_misc, NULL, 121 ftp_log (gftp_logging_error, NULL,
122 _("%s: Please hit the stop button first to do anything else\n"), 122 _("%s: Please hit the stop button first to do anything else\n"),
123 _("Connect")); 123 _("Connect"));
124 return; 124 return;
125 } 125 }
126 126