diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_event-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c index 4b28903b..a441eeaf 100644 --- a/src/fs/gnunet-fs-gtk_event-handler.c +++ b/src/fs/gnunet-fs-gtk_event-handler.c | |||
@@ -2143,7 +2143,7 @@ update_search_result (struct SearchResult *sr, | |||
2143 | GNUNET_CONTAINER_meta_data_duplicate (meta), | 2143 | GNUNET_CONTAINER_meta_data_duplicate (meta), |
2144 | SEARCH_TAB_MC_PREVIEW, pixbuf, | 2144 | SEARCH_TAB_MC_PREVIEW, pixbuf, |
2145 | SEARCH_TAB_MC_PERCENT_AVAILABILITY, (guint) percent_avail, | 2145 | SEARCH_TAB_MC_PERCENT_AVAILABILITY, (guint) percent_avail, |
2146 | SEARCH_TAB_MC_UNKNOWN_AVAILABILITY, (0 == availability_certainty) ? (gint) (probe_time.rel_value / GNUNET_FS_PROBE_UPDATE_FREQUENCY.rel_value) : -1, | 2146 | SEARCH_TAB_MC_UNKNOWN_AVAILABILITY, (0 == availability_certainty) ? (gint) (probe_time.rel_value_us / GNUNET_FS_PROBE_UPDATE_FREQUENCY.rel_value_us) : -1, |
2147 | SEARCH_TAB_MC_FILENAME, desc, | 2147 | SEARCH_TAB_MC_FILENAME, desc, |
2148 | SEARCH_TAB_MC_MIMETYPE, mime, | 2148 | SEARCH_TAB_MC_MIMETYPE, mime, |
2149 | SEARCH_TAB_MC_APPLICABILITY_RANK, | 2149 | SEARCH_TAB_MC_APPLICABILITY_RANK, |