Revision 2481 src/addressadd.c

addressadd.c (revision 2481)
307 307
			nodeDS = interface->listSource;
308 308
			while( nodeDS ) {
309 309
				ds = nodeDS->data;
310
				dsName = g_strdup( addrindex_ds_get_name( ds ) );
310
				if ( !strcmp( addrindex_ds_get_name( ds ), ADDR_DS_AUTOREG ) )
311
					dsName = g_strdup( _("Auto-registered address") );
312
				else
313
					dsName = g_strdup( addrindex_ds_get_name( ds ) );
311 314

  
312 315
				/* Read address book */
313 316
				if( ! addrindex_ds_get_read_flag( ds ) ) {

Also available in: Unified diff