Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        ephoto_albums.c 


Log Message:
get rid of highlighting

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_albums.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ephoto_albums.c     10 Apr 2008 00:31:33 -0000      1.3
+++ ephoto_albums.c     10 Apr 2008 00:46:29 -0000      1.4
@@ -22,6 +22,12 @@
        populate_albums(NULL, NULL, NULL);
 }
 
+static unsigned int
+highlight_cb(void *data, unsigned int row)
+{
+       return 0;
+}
+
 static Ewl_Widget *
 add_atree(Ewl_Widget *c)
 {
@@ -32,6 +38,7 @@
        model = ewl_model_new();
        ewl_model_data_fetch_set(model, album_data_fetch);
        ewl_model_data_count_set(model, album_data_count);
+       ewl_model_data_highlight_set(model, highlight_cb);
 
         view = ewl_view_new();
         ewl_view_widget_fetch_set(view, album_view_new);



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to