2004-12-16 Vivek Jain <jvivek@novell.com> Removed one crash point caused by faulty patch up

svn path=/trunk/; revision=28132
This commit is contained in:
Jain Vivek
2004-12-16 06:38:20 +00:00
parent 6615396da1
commit 1bb5a132a7

View File

@ -83,6 +83,10 @@ shared_folder_commit (EPlugin *ep, EConfigTarget *target)
void
shared_folder_abort (EPlugin *ep, EConfigTarget *target)
{
if (common) {
share_folder (common);
g_object_run_dispose (common);
}
printf ("aborttttttt**********\n");
}
@ -348,8 +352,6 @@ org_gnome_shared_folder_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_d
id = NULL;
}
g_free (folderuri);
if (cnc && id)
sharing_tab = share_folder_new (cnc, id);
else