'uid' should not be const.
2003-02-23 Jeffrey Stedfast <fejj@ximian.com> * e-account-list.c (gconf_accounts_changed): 'uid' should not be const. svn path=/trunk/; revision=20025
This commit is contained in:
committed by
Jeffrey Stedfast
parent
fc1fc5f041
commit
aca5cd95de
@ -1,3 +1,8 @@
|
||||
2003-02-23 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* e-account-list.c (gconf_accounts_changed): 'uid' should not be
|
||||
const.
|
||||
|
||||
2003-02-20 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* e-account-list.c (e_account_list_get_default): helper to get the
|
||||
|
||||
@ -134,7 +134,7 @@ gconf_accounts_changed (GConfClient *client, guint cnxn_id,
|
||||
EAccount *account;
|
||||
EList *old_accounts;
|
||||
EIterator *iter;
|
||||
const char *uid;
|
||||
char *uid;
|
||||
|
||||
old_accounts = e_list_duplicate (E_LIST (account_list));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user