gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11984 - gnunet-gtk/src


From: gnunet
Subject: [GNUnet-SVN] r11984 - gnunet-gtk/src
Date: Sun, 27 Jun 2010 16:38:08 +0200

Author: grothoff
Date: 2010-06-27 16:38:08 +0200 (Sun, 27 Jun 2010)
New Revision: 11984

Modified:
   gnunet-gtk/src/download.c
   gnunet-gtk/src/download.h
   gnunet-gtk/src/fs_event_handler.c
Log:
clarify

Modified: gnunet-gtk/src/download.c
===================================================================
--- gnunet-gtk/src/download.c   2010-06-27 14:31:53 UTC (rev 11983)
+++ gnunet-gtk/src/download.c   2010-06-27 14:38:08 UTC (rev 11984)
@@ -103,7 +103,7 @@
     GNUNET_break (NULL !=
                  GNUNET_FS_download_start (fs,
                                            dc->uri,
-                                           NULL,
+                                           NULL /* meta */,
                                            dc->filename,
                                            NULL /* tempname */,
                                            0 /* offset */,
@@ -111,7 +111,7 @@
                                            anonymity,
                                            opt,
                                            dc,
-                                           NULL));
+                                           NULL /* parent download ctx */));
 
 }
 

Modified: gnunet-gtk/src/download.h
===================================================================
--- gnunet-gtk/src/download.h   2010-06-27 14:31:53 UTC (rev 11983)
+++ gnunet-gtk/src/download.h   2010-06-27 14:38:08 UTC (rev 11984)
@@ -49,7 +49,8 @@
   char *filename;
 
   /**
-   * Row reference (if URI was found by search, otherwise NULL).
+   * Row reference (if URI was found by search, or 
+   * part of directory, etc.); otherwise NULL (download by URI).
    */
   GtkTreeRowReference *rr;
 

Modified: gnunet-gtk/src/fs_event_handler.c
===================================================================
--- gnunet-gtk/src/fs_event_handler.c   2010-06-27 14:31:53 UTC (rev 11983)
+++ gnunet-gtk/src/fs_event_handler.c   2010-06-27 14:38:08 UTC (rev 11984)
@@ -231,10 +231,6 @@
       gtk_tree_path_free (path);
       return pe;
     }
-#if 0
-  gtk_tree_selection_select_iter (gtk_tree_view_get_selection (pe->tab->tv),
-                                 &iter);
-#endif
   gtk_tree_path_free (path);
   gtk_tree_store_set (pe->tab->ts, &iter,
                      3, (guint) ((size > 0) ? (100 * completed / size) : 100) 
/* progress */,




reply via email to

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