Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto/edje_editor

Dir     : e17/proto/edje_editor/src/bin


Modified Files:
        edje_editor_spectra.c 


Log Message:
 * Update gradient combobox when add/remove spectra. Thanks to Toma for 
spotting out

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_spectra.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_spectra.c       12 Jul 2008 13:59:15 -0000      1.3
+++ edje_editor_spectra.c       13 Jul 2008 13:41:09 -0000      1.4
@@ -205,6 +205,9 @@
    row = etk_tree_last_row_get(ETK_TREE(UI_SpectrumList));
    etk_tree_row_select(row);
    etk_tree_row_scroll_to(row, ETK_FALSE);
+   
+   gradient_spectra_combo_populate();
+   gradient_frame_update();
 
    return ETK_TRUE;
 }
@@ -216,6 +219,8 @@
 
    edje_edit_spectra_del(edje_o, Cur.spectra->string);
    spectra_window_populate();
+   gradient_spectra_combo_populate();
+   gradient_frame_update();
 
    return ETK_TRUE;
 }



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to