gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2743 - gnunet-gtk/src/plugins/fs


From: grothoff
Subject: [GNUnet-SVN] r2743 - gnunet-gtk/src/plugins/fs
Date: Fri, 5 May 2006 14:00:24 -0700 (PDT)

Author: grothoff
Date: 2006-05-05 14:00:21 -0700 (Fri, 05 May 2006)
New Revision: 2743

Modified:
   gnunet-gtk/src/plugins/fs/fs.c
Log:
fixing mantis 1080'
'

Modified: gnunet-gtk/src/plugins/fs/fs.c
===================================================================
--- gnunet-gtk/src/plugins/fs/fs.c      2006-05-05 10:25:45 UTC (rev 2742)
+++ gnunet-gtk/src/plugins/fs/fs.c      2006-05-05 21:00:21 UTC (rev 2743)
@@ -63,7 +63,8 @@
   case FSUI_download_complete:
     displayDownloadComplete(event->data.DownloadProgress.uri,
                            event->data.DownloadProgress.filename);
-    addLogEntry(_("Download `%s' complete"), 
event->data.DownloadProgress.filename);   /* here or in download.c ? or call 
notify directly ? */
+    addLogEntry(_("Download `%s' complete"), 
+               event->data.DownloadProgress.filename); /* here or in 
download.c ? or call notify directly ? */
     break;
   case FSUI_download_error:
     BREAK();
@@ -85,7 +86,7 @@
     displayUploadComplete(event->data.UploadComplete.main_filename,
                          event->data.UploadComplete.filename,
                          event->data.UploadComplete.uri);
-    addLogEntry(_("Upload `%s' complete"), 
event->data.UploadComplete.main_filename);  /* here or in upload.c ? or call 
notify directly ? */
+    addLogEntry(_("Upload `%s' complete"), 
event->data.UploadComplete.filename); /* here or in upload.c ? or call notify 
directly ? */
     break;
   case FSUI_upload_error:
     LOG(LOG_ERROR,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]