gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21812 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r21812 - gnunet-gtk/src/fs
Date: Sat, 9 Jun 2012 16:05:46 +0200

Author: grothoff
Date: 2012-06-09 16:05:46 +0200 (Sat, 09 Jun 2012)
New Revision: 21812

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
Log:
-update progress to 100% for completed published files

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2012-06-09 13:45:31 UTC 
(rev 21811)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2012-06-09 14:05:46 UTC 
(rev 21812)
@@ -2570,6 +2570,7 @@
   uris = GNUNET_FS_uri_to_string (uri);
   gtk_tree_store_set (pe->tab->ts, &iter, 
                       PUBLISH_TAB_MC_RESULT_STRING, uris,
+                      PUBLISH_TAB_MC_PROGRESS, 100,
                       -1);
   GNUNET_free (uris);
   change_publish_color (pe, "green");




reply via email to

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