After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 317835 - Home e-mail address not saved
Home e-mail address not saved
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] about-me
2.23.x
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 529147 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-10-03 15:36 UTC by John Stilian
Modified: 2008-04-25 17:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Stilian 2005-10-03 15:36:02 UTC
Please describe the problem:
When I enter my home e-mail address in the About Me capplet, the data isn't saved.

Steps to reproduce:
1. Enter Home e-mail address in About Me capplet.
2. Close About Me capplet.
3. Open About Me capplet.


Actual results:
My home e-mail address has been forgotten.

Expected results:
My home e-mail address should appear in the appropriate field.

Does this happen every time?
Yes.

Other information:
Comment 1 André Dahlqvist 2005-10-13 20:07:54 UTC
I can confirm this, but I noticed something interesting:

1. Enter your e-mail address in the "Home" text field. Leave the "Work" text
field *empty*.
2. Close About Me.
3. Open About Me again.

Result: The address you entered in the Home text field is now displayed in the
Work text field, and the Home text field is empty. It appears as if these fields
are being mixed up in some way.

If I enter an e-mail address both in the Home and Work text fields they are both
preserved between restarts of About Me.
Comment 2 John Stilian 2005-10-14 02:27:45 UTC
Indeed. Might this new behavior be related to the update to 2.12.1?
Comment 3 Sharninder 2006-04-05 09:32:46 UTC
This is no longer a problem with 2.14. I would close the bug but I dont have sufficient privelages.
Comment 4 Diego González 2006-04-07 09:26:20 UTC
closing ...
Comment 5 John Stilian 2006-04-07 19:34:48 UTC
I don't know why it would work for some, but the bug continues to exist, unchanged in 2.14 for me.
Comment 6 Diego González 2006-04-08 01:36:35 UTC
ok, reopening them, i will really try to fix it in the following week, once easter is over.
Comment 7 Sebastien Bacher 2007-03-19 15:45:53 UTC
Launchpag bug http://bugzilla.gnome.org/show_bug.cgi?id=317835
Comment 8 Pavel Šefránek 2008-02-03 23:42:33 UTC
I can still reproduce this as of gnome 2.20. The same behavior as described in comment 1.
Comment 9 Jens Granseuer 2008-04-21 12:07:37 UTC
*** Bug 529147 has been marked as a duplicate of this bug. ***
Comment 10 Jens Granseuer 2008-04-25 17:43:49 UTC
2008-04-25  Jens Granseuer  <jensgr@gmx.net>

        * gnome-about-me.c: (about_me_destroy), (about_me_update_email),
        (about_me_commit), (about_me_focus_out), (about_me_setup_email),
        (about_me_load_string_field), (about_me_setup_dialog): rebuild email
        addresses completely when saving. The email fields are synthetic in
        e-d-s which means they might be reshuffled at will so we never know
        quite where the address we saved at pos 3 will end up. This should
        finally fix problems with the home address not being saved, and
        addresses being swapped or the like (bug #317835)