Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto_callbacks.c 


Log Message:
A few more bug fixes on ephoto

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_callbacks.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ephoto_callbacks.c  24 Sep 2006 23:30:19 -0000      1.29
+++ ephoto_callbacks.c  1 Oct 2006 00:38:45 -0000       1.30
@@ -64,6 +64,7 @@
   ewl_callback_append(row, EWL_CALLBACK_CLICKED, populate_images, NULL);
   ewl_widget_name_set(row, full_path);
  }
+ ewl_widget_configure(m->albums);
 }
 
 void populate_browser(Ewl_Widget *w, void *event, void *data)
@@ -130,6 +131,7 @@
   ewl_callback_append(row, EWL_CALLBACK_CLICKED, populate_images, NULL);
   ewl_widget_name_set(row, file);
  }
+ ewl_widget_configure(m->browser);
 }
 
 void populate_images(Ewl_Widget *w, void *event, void *data)
@@ -224,6 +226,8 @@
   ewl_object_alignment_set(EWL_OBJECT(image), EWL_FLAG_ALIGN_CENTER);
   ewl_widget_show(image);
  }
+ ewl_widget_configure(m->viewer_freebox);
+ ewl_widget_configure(m->viewer);
  ecore_list_destroy(ls);
  ecore_list_destroy(images);
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to