aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 14:05:46 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 14:05:46 +0000
commit9a04707f9c491f23661d4d2456ce0cc5f5f4f805 (patch)
tree9f7e52df7168e85c8a0fbb3c98c1f36b1fcbe6a2
parentcd6d4f4f6f617d50517b1737a6cc66e4878ace27 (diff)
downloadgnunet-gtk-9a04707f9c491f23661d4d2456ce0cc5f5f4f805.tar.gz
gnunet-gtk-9a04707f9c491f23661d4d2456ce0cc5f5f4f805.zip
-update progress to 100% for completed published files
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c
index 6fef28d1..7a1821c0 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.c
+++ b/src/fs/gnunet-fs-gtk_event-handler.c
@@ -2570,6 +2570,7 @@ handle_publish_completed (struct PublishEntry *pe,
2570 uris = GNUNET_FS_uri_to_string (uri); 2570 uris = GNUNET_FS_uri_to_string (uri);
2571 gtk_tree_store_set (pe->tab->ts, &iter, 2571 gtk_tree_store_set (pe->tab->ts, &iter,
2572 PUBLISH_TAB_MC_RESULT_STRING, uris, 2572 PUBLISH_TAB_MC_RESULT_STRING, uris,
2573 PUBLISH_TAB_MC_PROGRESS, 100,
2573 -1); 2574 -1);
2574 GNUNET_free (uris); 2575 GNUNET_free (uris);
2575 change_publish_color (pe, "green"); 2576 change_publish_color (pe, "green");