gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r1974 - gnunet-gtk/src/plugins/fs
Date: Sat, 27 Aug 2005 15:35:57 -0700 (PDT)

Author: durner
Date: 2005-08-27 15:35:53 -0700 (Sat, 27 Aug 2005)
New Revision: 1974

Modified:
   gnunet-gtk/src/plugins/fs/download.c
   gnunet-gtk/src/plugins/fs/upload.c
Log:
statusbar

Modified: gnunet-gtk/src/plugins/fs/download.c
===================================================================
--- gnunet-gtk/src/plugins/fs/download.c        2005-08-27 22:09:33 UTC (rev 
1973)
+++ gnunet-gtk/src/plugins/fs/download.c        2005-08-27 22:35:53 UTC (rev 
1974)
@@ -173,6 +173,9 @@
   }
   if (name == NULL)
     name = filename;
+    
+  addLogEntry(_("Downloading..."));      
+    
   list = MALLOC(sizeof(DownloadList));
   list->next = head;
   list->rr = NULL;

Modified: gnunet-gtk/src/plugins/fs/upload.c
===================================================================
--- gnunet-gtk/src/plugins/fs/upload.c  2005-08-27 22:09:33 UTC (rev 1973)
+++ gnunet-gtk/src/plugins/fs/upload.c  2005-08-27 22:35:53 UTC (rev 1974)
@@ -345,6 +345,8 @@
     int doIndex;
     int doRec;
     
+    addLogEntry(_("Uploading.."));
+
     recBut = glade_xml_get_widget(getMainXML(),
                                  "scopeRecursiveButton");
     if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(recBut)))





reply via email to

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