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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user