def9ine before defining.
2005-08-23 Not Zed <NotZed@Ximian.com> * groupwise-account-setup.c (org_gnome_groupwise_account_setup): def9ine before defining. * camel-gw-listener.c (account_added): fix warning. svn path=/trunk/; revision=30231
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2005-08-23 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* groupwise-account-setup.c (org_gnome_groupwise_account_setup):
|
||||
def9ine before defining.
|
||||
|
||||
* camel-gw-listener.c (account_added): fix warning.
|
||||
|
||||
2005-07-27 Sankar P <psankar@novell.com>
|
||||
|
||||
* camel-gw-listener.c (get_addressbook_names_from_server) :
|
||||
|
||||
@ -803,7 +803,7 @@ account_added (EAccountList *account_listener, EAccount *account)
|
||||
info->name = g_strdup (account->name);
|
||||
info->source_url = g_strdup (account->source->url);
|
||||
if (account->parent_uid) {
|
||||
parent = e_account_list_find (account_listener, E_ACCOUNT_FIND_UID, account->parent_uid);
|
||||
parent = (EAccount *)e_account_list_find (account_listener, E_ACCOUNT_FIND_UID, account->parent_uid);
|
||||
|
||||
if (!parent)
|
||||
return;
|
||||
|
||||
@ -52,11 +52,11 @@ e_plugin_lib_enable (EPluginLib *ep, int enable)
|
||||
}
|
||||
|
||||
|
||||
GtkWidget * org_gnome_groupwise_account_setup(struct _EPlugin *epl, struct _EConfigHookItemFactoryData *data);
|
||||
|
||||
GtkWidget *
|
||||
org_gnome_groupwise_account_setup(struct _EPlugin *epl, struct _EConfigHookItemFactoryData *data)
|
||||
{
|
||||
GtkWidget *w;
|
||||
|
||||
if (data->old)
|
||||
return data->old;
|
||||
/* FIXME, with new soap camel provider we don't need extra settings in receiving options page, Remove them
|
||||
|
||||
Reference in New Issue
Block a user