gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12904 - gnunet-gtk/src
Date: Tue, 7 Sep 2010 16:12:31 +0200

Author: grothoff
Date: 2010-09-07 16:12:30 +0200 (Tue, 07 Sep 2010)
New Revision: 12904

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

Modified: gnunet-gtk/src/main_window_file_publish.c
===================================================================
--- gnunet-gtk/src/main_window_file_publish.c   2010-09-07 14:06:32 UTC (rev 
12903)
+++ gnunet-gtk/src/main_window_file_publish.c   2010-09-07 14:12:30 UTC (rev 
12904)
@@ -1205,8 +1205,16 @@
                                     &hc,
                                     "dummy",
                                     
GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST);  
-  desc = GNUNET_CONTAINER_meta_data_get_by_type (last_meta,
-                                                
EXTRACTOR_METATYPE_DESCRIPTION);
+  desc = GNUNET_CONTAINER_meta_data_get_first_by_types (last_meta,
+                                                       
EXTRACTOR_METATYPE_DESCRIPTION,
+                                                       
EXTRACTOR_METATYPE_TITLE,
+                                                       
EXTRACTOR_METATYPE_BOOK_TITLE,
+                                                       
EXTRACTOR_METATYPE_FILENAME,
+                                                       
EXTRACTOR_METATYPE_SUMMARY,
+                                                       
EXTRACTOR_METATYPE_ALBUM,
+                                                       
EXTRACTOR_METATYPE_COMMENT,
+                                                       
EXTRACTOR_METATYPE_SUBJECT,
+                                                       -1);
   gtk_tree_store_insert_with_values (uc->ts, 
                                     &iter,
                                     uc->parent,




reply via email to

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