discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=f5273475eb29abe2e3db551dfbac65a032278366

commit f5273475eb29abe2e3db551dfbac65a032278366
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Apr 20 16:04:48 2015 -0400

    clear app menu cache any time a desktop is edited internally
    
    ref T2271
---
 src/bin/e_desktop_editor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_desktop_editor.c b/src/bin/e_desktop_editor.c
index cc54fce..deb075a 100644
--- a/src/bin/e_desktop_editor.c
+++ b/src/bin/e_desktop_editor.c
@@ -528,6 +528,7 @@ _e_desktop_edit_basic_apply_data(E_Config_Dialog *cfd 
__UNUSED__, E_Config_Dialo
         cfdata->editor->saved = efreet_desktop_save_as
             (cfdata->desktop, cfdata->orig_path);
      }
+   e_int_menus_cache_clear();
    return 1;
 }
 

-- 


Reply via email to