oops, fixed for when path is a store node
svn path=/trunk/; revision=23359
This commit is contained in:
@ -227,9 +227,9 @@ static void
|
|||||||
folder_selected_cb (EMFolderTree *emft, const char *path, const char *uri, EMFolderView *view)
|
folder_selected_cb (EMFolderTree *emft, const char *path, const char *uri, EMFolderView *view)
|
||||||
{
|
{
|
||||||
if (!path || !strcmp (path, "/"))
|
if (!path || !strcmp (path, "/"))
|
||||||
return;
|
em_folder_view_set_folder (view, NULL, NULL);
|
||||||
|
else
|
||||||
em_folder_view_set_folder_uri (view, uri);
|
em_folder_view_set_folder_uri (view, uri);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user