gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12889 - in gnunet-gtk: . src


From: gnunet
Subject: [GNUnet-SVN] r12889 - in gnunet-gtk: . src
Date: Tue, 7 Sep 2010 14:53:46 +0200

Author: grothoff
Date: 2010-09-07 14:53:46 +0200 (Tue, 07 Sep 2010)
New Revision: 12889

Modified:
   gnunet-gtk/ChangeLog
   gnunet-gtk/src/fs_event_handler.c
Log:
notes

Modified: gnunet-gtk/ChangeLog
===================================================================
--- gnunet-gtk/ChangeLog        2010-09-07 12:50:47 UTC (rev 12888)
+++ gnunet-gtk/ChangeLog        2010-09-07 12:53:46 UTC (rev 12889)
@@ -50,7 +50,7 @@
        signed/unsigned type issues in stats.  Migrated
        gnunet-gtk GLADE file to GLADE-3 GUI (still getting
        warnings).
-       
+
 Thu Dec 20 19:54:19 MST 2007
        Releasing gnunet-gtk 0.7.3.
 
@@ -76,7 +76,7 @@
 
 Sun Jun 10 19:32:33 MDT 2007
        Completed support for namespaces.
-       
+
 Thu May 31 20:53:50 MDT 2007
        Added peer-info tab.  You must load the new "peers" module
        to see it.
@@ -84,7 +84,7 @@
 Thu May 31 01:30:23 MDT 2007
        Added color-coding of search results.
        Added warning (red background) if anonymity level is zero.
-       Fixed (rare) deadlock.  
+       Fixed (rare) deadlock.
 
 Sun Mar 25 13:49:12 MDT 2007
        Releasing gnunet-gtk 0.7.1c.
@@ -95,7 +95,7 @@
 Sat Feb 24 15:43:14 MST 2007
        Improved performance of statistics querying code
        (O(n^2) to O(n) where n is number of stats).
-       
+
 Thu Feb 15 21:54:15 MST 2007
        Added IO load statistics.
 
@@ -116,7 +116,7 @@
 Sun Jan 28 20:16:46 MST 2007
        Added ability to copy URIs of search results and
        uploads to clipboard.
-       
+
 Fri Dec 22 19:21:07 MST 2006
        Releasing gnunet-gtk 0.7.1.
 
@@ -142,7 +142,7 @@
        incomplete or broken portions of FS API.
        Added additional statistics on datastore.
        Releasing gnunet-gtk 0.7.1pre0.
-       
+
 Sat May 20 08:37:02 PDT 2006
        Fixed some deadlocks and other minor bugs.
        Releasing gnunet-gtk 0.7.0e.
@@ -181,7 +181,7 @@
 
 Sun Aug 28 01:17:43 PDT 2005
        Fixed various minor bugs, cleaned up name selection for downloads.
-       Releasing 0.7.0.        
+       Releasing 0.7.0.
 
 Tue Aug 23 00:47:31 PDT 2005
        Fixed bugs in shutdown sequence (unclean with respect to LOG,
@@ -192,7 +192,7 @@
 
 Sun Aug 21 18:42:14 PDT 2005
        Fixed deadlock in gnunet-gtk shutdown.
-       
+
 Sat Aug 20 21:06:56 PDT 2005
        Added support for toggling collection of file identifiers.
 
@@ -201,7 +201,7 @@
 
 Thu Aug 18 21:18:28 PDT 2005
        Made quotations match GNU standards.
-       
+
 Wed Aug 17 23:51:13 PDT 2005
        Fixed various minor bugs, including memory leaks.
        Implemented auto-renaming.
@@ -215,11 +215,11 @@
 Sun Jul 10 00:59:03 CEST 2005
        Added stats plugin.  Made gettext (internationalization)
        work.  Minor bugfixes.
-       
+
 Tue Jul  5 01:48:30 CEST 2005
        Refactored code to use plugins for the different
        applications (die monolithic code, die!).
-       
+
 Sat Jul  2 17:21:07 CEST 2005
        Fixed omissions from glade file.  Implemented
        aborting downloads and clearing completed
@@ -229,7 +229,7 @@
        Merged old GNUnet po files for i18n.
        Updated glade file for proper interaction
        with intltool (do not translate dummy labels).
-       
+
 Sun Jun 26 18:21:17 CEST 2005
        Released 0.7.0pre3 (first release).
 

Modified: gnunet-gtk/src/fs_event_handler.c
===================================================================
--- gnunet-gtk/src/fs_event_handler.c   2010-09-07 12:50:47 UTC (rev 12888)
+++ gnunet-gtk/src/fs_event_handler.c   2010-09-07 12:53:46 UTC (rev 12889)
@@ -1302,7 +1302,7 @@
        (!GNUNET_FS_uri_test_loc (uri)) &&
        (!GNUNET_FS_uri_test_chk (uri)) )
     {
-      /* SKS support not implemented yet */
+      /* FIXME: SKS support not implemented yet */
       GNUNET_break (0);
       return NULL ;
     }      
@@ -1579,6 +1579,11 @@
   struct GNUNET_FS_Uri *uri;
   struct GNUNET_CONTAINER_MetaData *meta;
 
+  if (sr == NULL)
+    {
+      GNUNET_break (0);
+      return;
+    }
   tp = gtk_tree_row_reference_get_path (sr->rr);
   tm = gtk_tree_row_reference_get_model (sr->rr);
   gtk_tree_model_get_iter (tm, &iter, tp);




reply via email to

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