[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 330/331] Use minimal limits for review content
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 330/331] Use minimal limits for review content
- Date: Wed, 4 May 2016 14:26:16 +0000 (UTC)
commit f872c0fa2a540d40884144348a6702402262625a
Author: Robert Ancell <robert ancell canonical com>
Date: Thu Feb 11 15:00:22 2016 +1300
Use minimal limits for review content
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 9f41dc1..4a9a620 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 3000 /* chars */
-#define DESCRIPTION_LENGTH_MIN 15 /* chars */
-#define SUMMARY_LENGTH_MAX 70 /* chars */
-#define SUMMARY_LENGTH_MIN 3 /* chars */
-#define WRITING_TIME_MIN 5 /* seconds */
+#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 */
struct _GsReviewDialog
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]