[epiphany/wip/ephy-sync] bookmark: Change id length to 32
- From: Gabriel - Cristian Ivascu <gabrielivascu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/ephy-sync] bookmark: Change id length to 32
- Date: Mon, 8 Aug 2016 18:23:38 +0000 (UTC)
commit aa0e59cc734ae74fb4a980773bda87e16e7a76c8
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date: Mon Aug 8 21:12:44 2016 +0300
bookmark: Change id length to 32
src/ephy-bookmark.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-bookmark.c b/src/ephy-bookmark.c
index 2baf426..8673f09 100644
--- a/src/ephy-bookmark.c
+++ b/src/ephy-bookmark.c
@@ -178,7 +178,7 @@ ephy_bookmark_class_init (EphyBookmarkClass *klass)
static void
ephy_bookmark_init (EphyBookmark *self)
{
- self->id = ephy_sync_crypto_generate_random_string (12);
+ self->id = ephy_sync_crypto_generate_random_string (32);
}
static JsonNode *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]