Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:i586
home:jberkman
evolution-exchange-2.6
bgo-330265-ee-overwrite-junk-chars.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bgo-330265-ee-overwrite-junk-chars.diff of Package evolution-exchange-2.6
Index: addressbook/e-book-backend-exchange.c =================================================================== RCS file: /cvs/gnome/evolution-exchange/addressbook/e-book-backend-exchange.c,v retrieving revision 1.52 diff -u -r1.52 e-book-backend-exchange.c --- addressbook/e-book-backend-exchange.c 9 Feb 2006 12:36:35 -0000 1.52 +++ addressbook/e-book-backend-exchange.c 4 May 2006 06:36:16 -0000 @@ -960,15 +960,16 @@ e2k_properties_remove (props, propnames[i]); continue; } - + /* If a contact is being modified, we need to also check if the extension field has changed*/ if (cur_address && cur_addrprops[i] && - !strcmp (new_addrprops[i], cur_addrprops[i])) { + !strcmp (new_addrprops[i], cur_addrprops[i]) && + !strcmp (new_address->ext, cur_address->ext)) { /* they're the same */ continue; } if (i == ADDRPROP_STREET && new_address->ext) { - value = g_strdup_printf ("%s%s", new_addrprops[i], + value = g_strdup_printf ("%s %s", new_addrprops[i], new_address->ext); } else value = g_strdup (new_addrprops[i]);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor