[gnome-initial-setup] account: Don't allow a value for full name > 255 chars
- From: Michael Wood <mwood src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] account: Don't allow a value for full name > 255 chars
- Date: Wed, 22 May 2013 15:58:25 +0000 (UTC)
commit 9340a311951d90e70883b22726075753cb40d00a
Author: Michael Wood <michael g wood intel com>
Date: Wed May 22 16:31:36 2013 +0100
account: Don't allow a value for full name > 255 chars
Account creation won't succeed with a value > 255
.../pages/account/gis-account-page.ui | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/pages/account/gis-account-page.ui
b/gnome-initial-setup/pages/account/gis-account-page.ui
index 41f256d..ba2ebd0 100644
--- a/gnome-initial-setup/pages/account/gis-account-page.ui
+++ b/gnome-initial-setup/pages/account/gis-account-page.ui
@@ -60,6 +60,7 @@
</child>
<child>
<object class="GtkEntry" id="account-fullname-entry">
+ <property name="max_length">255</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]