rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=81c5e7e988035ca471bd2fc9fd54889e514d3aa7

commit 81c5e7e988035ca471bd2fc9fd54889e514d3aa7
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Wed Oct 7 17:58:55 2015 +0300

    part_list: part deletion now works
---
 src/bin/ui/part_list.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/bin/ui/part_list.c b/src/bin/ui/part_list.c
index c40f9b6..4c3f483 100644
--- a/src/bin/ui/part_list.c
+++ b/src/bin/ui/part_list.c
@@ -24,6 +24,7 @@
 #include "signals.h"
 #include "string_common.h"
 #include "main_window.h"
+#include "editor.h"
 
 #define PART_LIST_DATA "part_list_data"
 
@@ -783,6 +784,11 @@ _on_btn_minus_clicked(void *data,
      }
 
    TODO("Add state/item del here")
+
+   /* Need to save pl->group->edit_object, since we changed it */
+   editor_save_all(ap.project->global_object);
+   TODO("Remove this line once edje_edit_image_add would be added into Editor 
Modulei and saving would work properly")
+   ap.project->changed = true;
 }
 
 

-- 


Reply via email to