Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src


Modified Files:
        callbacks.c 


Log Message:
hide the file dialog on VALUE_CHANGED
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/callbacks.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- callbacks.c 14 Feb 2004 11:00:37 -0000      1.51
+++ callbacks.c 16 Feb 2004 15:31:47 -0000      1.52
@@ -1,5 +1,5 @@
 /*
- * $Id: callbacks.c,v 1.51 2004/02/14 11:00:37 tsauerbeck Exp $
+ * $Id: callbacks.c,v 1.52 2004/02/16 15:31:47 tsauerbeck Exp $
  */
 
 #include <config.h>
@@ -512,7 +512,7 @@
        if (ev_data)
                playlist_load_any(player->playlist, ev_data, true);
 
-       ewl_widget_hide(w);
+       ewl_widget_hide(_fd_win);
 }
 
 /* File Dialog to add files, thanx to EWL */




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to