diff options
author | Christian Grothoff <christian@grothoff.org> | 2005-08-27 20:21:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2005-08-27 20:21:52 +0000 |
commit | 4ae62dcffbb4825a99caacb19997fc61b4ea6f20 (patch) | |
tree | df4b70c4a8794940b17c886f0fb3b8675e74dc8a | |
parent | d57cfbdab6cff83b9109ad14b18f01ac31075629 (diff) | |
download | gnunet-gtk-4ae62dcffbb4825a99caacb19997fc61b4ea6f20.tar.gz gnunet-gtk-4ae62dcffbb4825a99caacb19997fc61b4ea6f20.zip |
rating shown in other widget now
-rw-r--r-- | src/plugins/fs/search.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c index d3fdc6b1..bf585fce 100644 --- a/src/plugins/fs/search.c +++ b/src/plugins/fs/search.c | |||
@@ -767,9 +767,8 @@ static int addNamespace(void * arg, | |||
767 | name = MALLOC(n); | 767 | name = MALLOC(n); |
768 | SNPRINTF(name, | 768 | SNPRINTF(name, |
769 | n, | 769 | n, |
770 | "%s: %i %*.s", | 770 | "%s: %*.s", |
771 | desc, | 771 | desc, |
772 | rating, | ||
773 | 20, | 772 | 20, |
774 | &enc); | 773 | &enc); |
775 | gtk_list_store_append(model, | 774 | gtk_list_store_append(model, |