app remove segv

SVN revision: 14024
This commit is contained in:
Carsten Haitzler 2005-03-31 04:26:55 +00:00
parent 3682f0751f
commit 6823a737b0
2 changed files with 1 additions and 2 deletions

1
TODO
View File

@ -32,7 +32,6 @@ ISSUES:
* virtual desktops need an overhaul. hacked in waay too quickly.
* virtual desktops need fixing to work with zones properly
* gadman gadget menu needs icons :)
* segv on restart if ~/.e/e/applications dir is deleted/moved/added etc.
<add more issues as they are found>

View File

@ -239,9 +239,9 @@ _e_int_menus_apps_scan(E_Menu *m)
int app_count = 0;
a = e_object_data_get(E_OBJECT(m));
e_app_subdir_scan(a, 0);
if (a)
{
e_app_subdir_scan(a, 0);
for (l = a->subapps; l; l = l->next)
{
a = l->data;