Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_progress_dialog.c 


Log Message:
* This seems to stop the window-hide weirdness

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/dialogs/etk_progress_dialog.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- etk_progress_dialog.c       22 Feb 2006 13:09:46 -0000      1.1
+++ etk_progress_dialog.c       6 Mar 2006 08:16:00 -0000       1.2
@@ -58,6 +58,6 @@
 
 void entropy_etk_progress_dialog_hide(entropy_file_progress_window* dialog)
 {
-       etk_widget_hide_all(ETK_WIDGET(dialog->progress_window));
+       etk_widget_hide(ETK_WIDGET(dialog->progress_window));
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to