Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto/edje_editor

Dir     : e17/proto/edje_editor/src/bin


Modified Files:
        callbacks.c interface.c main.c 


Log Message:
* disable edje cache on load
* commented out all free() for eet strings. Need to find a solution for this.

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/callbacks.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- callbacks.c 26 Feb 2008 01:33:35 -0000      1.63
+++ callbacks.c 3 Mar 2008 23:07:52 -0000       1.64
@@ -220,7 +220,8 @@
       break;
    case TOOLBAR_DEBUG:
       //DebugInfo(FALSE);
-      edje_edit_print_internal_status(edje_o);
+      ChangeGroup("e/module/battery/main");
+      //edje_edit_print_internal_status(edje_o);
       break;
    case IMAGE_TWEEN_UP:
       ShowAlert("Up not yet implemented.");
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/interface.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- interface.c 26 Feb 2008 01:33:35 -0000      1.67
+++ interface.c 3 Mar 2008 23:07:52 -0000       1.68
@@ -298,7 +298,7 @@
    etk_signal_unblock("item-activated",ETK_OBJECT(UI_PartSourceComboBox),
                       on_PartSourceComboBox_item_activated, NULL);
    
-   
+   //Select the first group and load it
    etk_combobox_active_item_set(ETK_COMBOBOX(UI_GroupsComboBox),
       etk_combobox_first_item_get(ETK_COMBOBOX(UI_GroupsComboBox)));
 }
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/main.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- main.c      26 Feb 2008 01:33:36 -0000      1.36
+++ main.c      3 Mar 2008 23:07:52 -0000       1.37
@@ -138,11 +138,11 @@
    printf("Change to group: %s\n", group);
 
    TogglePlayButton(1);
-   
-   edje_edit_save(edje_o);
+   if (etk_string_length_get(Cur.group))
+      edje_edit_save(edje_o);
    evas_object_hide(edje_o);
    ConsolleClear();
-   edje_object_file_set(edje_o, Cur.edj_temp_name->string, group);
+   edje_edit_load(edje_o, Cur.edj_temp_name->string, group);
    evas_object_show(edje_o);
    Parts_Hash = NULL;         //TODO FREE
    



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to