Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto_slideshow.c 


Log Message:
Very minor bug fix

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_slideshow.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ephoto_slideshow.c  24 Sep 2006 16:22:42 -0000      1.12
+++ ephoto_slideshow.c  25 Sep 2006 00:06:30 -0000      1.13
@@ -377,7 +377,7 @@
  ewl_text_text_set(EWL_TEXT(sc->wentry), "640");
  ewl_container_child_append(EWL_CONTAINER(hbox), sc->wentry);
  ewl_object_size_request(EWL_OBJECT(sc->wentry), 35, 15);
- ewl_widget_disable(sc->wentry);
+ if (!sc->custom_size) ewl_widget_disable(sc->wentry);
  ewl_widget_show(sc->wentry);
 
  text = ewl_text_new();
@@ -391,7 +391,7 @@
  ewl_text_text_set(EWL_TEXT(sc->hentry), "480");
  ewl_container_child_append(EWL_CONTAINER(hbox), sc->hentry);
  ewl_object_size_request(EWL_OBJECT(sc->hentry), 35, 15);
- ewl_widget_disable(sc->hentry);
+ if (!sc->custom_size) ewl_widget_disable(sc->hentry);
  ewl_widget_show(sc->hentry);
 
  border = ewl_border_new();



-------------------------------------------------------------------------
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