gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r1841 - gnunet-gtk/src/plugins/fs
Date: Sun, 21 Aug 2005 21:18:37 -0700 (PDT)

Author: grothoff
Date: 2005-08-21 21:18:36 -0700 (Sun, 21 Aug 2005)
New Revision: 1841

Modified:
   gnunet-gtk/src/plugins/fs/download.c
Log:
fixing 902

Modified: gnunet-gtk/src/plugins/fs/download.c
===================================================================
--- gnunet-gtk/src/plugins/fs/download.c        2005-08-22 03:41:43 UTC (rev 
1840)
+++ gnunet-gtk/src/plugins/fs/download.c        2005-08-22 04:18:36 UTC (rev 
1841)
@@ -82,7 +82,7 @@
        struct ECRS_URI * uri;
        uri = NULL;
        gtk_tree_model_get(pos->model,
-                          &iter,
+                          &child,
                           SEARCH_URI, &uri,
                           -1);
        if ( (uri != NULL) &&





reply via email to

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