gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r1970 - gnunet-gtk/src/plugins/fs
Date: Sat, 27 Aug 2005 13:21:53 -0700 (PDT)

Author: grothoff
Date: 2005-08-27 13:21:52 -0700 (Sat, 27 Aug 2005)
New Revision: 1970

Modified:
   gnunet-gtk/src/plugins/fs/search.c
Log:
rating shown in other widget now

Modified: gnunet-gtk/src/plugins/fs/search.c
===================================================================
--- gnunet-gtk/src/plugins/fs/search.c  2005-08-27 19:18:03 UTC (rev 1969)
+++ gnunet-gtk/src/plugins/fs/search.c  2005-08-27 20:21:52 UTC (rev 1970)
@@ -767,9 +767,8 @@
   name = MALLOC(n);
   SNPRINTF(name,
           n,
-          "%s: %i %*.s",
+          "%s: %*.s",
           desc,
-          rating,
           20,
           &enc);
   gtk_list_store_append(model,





reply via email to

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