Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_dialog.c 


Log Message:
Add missing return

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_dialog.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- e_dialog.c  12 Oct 2005 16:02:33 -0000      1.26
+++ e_dialog.c  14 Oct 2005 19:19:37 -0000      1.27
@@ -90,6 +90,7 @@
    
    o = evas_list_nth(dia->buttons, button);
    if (o) e_widget_focus_steal(o);
+   return 1;
 }
 
 void




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to