gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12925 - gnunet-gtk/src
Date: Wed, 8 Sep 2010 16:05:01 +0200

Author: grothoff
Date: 2010-09-08 16:05:01 +0200 (Wed, 08 Sep 2010)
New Revision: 12925

Modified:
   gnunet-gtk/src/main_window_file_publish.c
Log:
fix

Modified: gnunet-gtk/src/main_window_file_publish.c
===================================================================
--- gnunet-gtk/src/main_window_file_publish.c   2010-09-08 13:30:01 UTC (rev 
12924)
+++ gnunet-gtk/src/main_window_file_publish.c   2010-09-08 14:05:01 UTC (rev 
12925)
@@ -1240,7 +1240,9 @@
                                       next_id,
                                       &add_updateable_to_ts, 
                                       &sc);
-  if (sc.update_called == GNUNET_NO)
+  if ( (sc.update_called == GNUNET_NO) &&
+       (next_id != NULL) &&
+       (strlen (next_id) > 0) )
     {
       /* add leaf */
       gtk_tree_store_insert_with_values (uc->ts, 




reply via email to

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