Do nothing when used cancel button

SVN revision: 53654
This commit is contained in:
Tiago Rezende Campos Falcao 2010-10-20 12:08:39 +00:00
parent ab56887638
commit 3e1a7b64eb
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ _changed_dir(void *data, Evas_Object *o __UNUSED__, void *event_info)
{
Ephoto_Thumb_Browser *tb = data;
const char *path = event_info;
if (!path) return;
ephoto_thumb_browser_directory_set(tb->layout, path);
}