aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-11-16 05:38:57 +0000
committerChristian Grothoff <christian@grothoff.org>2006-11-16 05:38:57 +0000
commit3e198153f9b325bba78c008a681d5278c97d81b0 (patch)
treed78e33b3ea4408abeb660b003c46eb9b0aa08e98
parentae02f5fd1f52d510d55d79b61b237d22fae2c586 (diff)
downloadgnunet-gtk-3e198153f9b325bba78c008a681d5278c97d81b0.tar.gz
gnunet-gtk-3e198153f9b325bba78c008a681d5278c97d81b0.zip
fixing expiration time
-rw-r--r--src/plugins/fs/upload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fs/upload.c b/src/plugins/fs/upload.c
index 8c037e5f..bd6aaf7f 100644
--- a/src/plugins/fs/upload.c
+++ b/src/plugins/fs/upload.c
@@ -311,6 +311,7 @@ void on_fsinsertuploadbutton_clicked_fs(gpointer dummy,
311 "doExtractCheckButton"), 311 "doExtractCheckButton"),
312 getToggleButtonValue(getMainXML(), 312 getToggleButtonValue(getMainXML(),
313 "deepIndexCheckButton"), 313 "deepIndexCheckButton"),
314 get_time() + 2 * cronYEARS,
314 meta, 315 meta,
315 gkeywordURI, 316 gkeywordURI,
316 keywordURI); 317 keywordURI);