[gnome-software/wip/rancell/reviews: 5/7] Revert "Use minimal limits for review content"
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/reviews: 5/7] Revert "Use minimal limits for review content"
- Date: Thu, 3 Mar 2016 20:44:29 +0000 (UTC)
commit 2e2e7f1be6c64b727c6467252efbe5dbe50761ce
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Mar 4 09:42:28 2016 +1300
Revert "Use minimal limits for review content"
This reverts commit a91c1b47dcda83fcd751c1756cb250affc4b3e8d.
src/gs-review-dialog.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/gs-review-dialog.c b/src/gs-review-dialog.c
index 4a9a620..3c20e72 100644
--- a/src/gs-review-dialog.c
+++ b/src/gs-review-dialog.c
@@ -28,11 +28,11 @@
#include "gs-review-dialog.h"
#include "gs-star-widget.h"
-#define DESCRIPTION_LENGTH_MAX 10000 /* chars */
-#define DESCRIPTION_LENGTH_MIN 1 /* chars */
-#define SUMMARY_LENGTH_MAX 1000 /* chars */
-#define SUMMARY_LENGTH_MIN 1 /* chars */
-#define WRITING_TIME_MIN 0 /* seconds */
+#define DESCRIPTION_LENGTH_MAX 3000 /* chars */
+#define DESCRIPTION_LENGTH_MIN 60 /* chars */
+#define SUMMARY_LENGTH_MAX 70 /* chars */
+#define SUMMARY_LENGTH_MIN 15 /* chars */
+#define WRITING_TIME_MIN 20 /* seconds */
struct _GsReviewDialog
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]