diff options
Diffstat (limited to 'src/plugins/fs/upload.c')
-rw-r--r-- | src/plugins/fs/upload.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fs/upload.c b/src/plugins/fs/upload.c index 71e0512a..d3cb0b3c 100644 --- a/src/plugins/fs/upload.c +++ b/src/plugins/fs/upload.c | |||
@@ -345,6 +345,8 @@ void on_fsinsertuploadbutton_clicked(gpointer dummy, | |||
345 | int doIndex; | 345 | int doIndex; |
346 | int doRec; | 346 | int doRec; |
347 | 347 | ||
348 | addLogEntry(_("Uploading..")); | ||
349 | |||
348 | recBut = glade_xml_get_widget(getMainXML(), | 350 | recBut = glade_xml_get_widget(getMainXML(), |
349 | "scopeRecursiveButton"); | 351 | "scopeRecursiveButton"); |
350 | if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(recBut))) | 352 | if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(recBut))) |