Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filedialog.c 


Log Message:
- this dosen't fix the filedialog tooltips, but stops them from appearing
  in the wrong part of the ui

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_filedialog.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_filedialog.c    4 Dec 2005 16:56:30 -0000       1.11
+++ ewl_filedialog.c    6 Dec 2005 00:16:26 -0000       1.12
@@ -105,6 +105,9 @@
                                        ewl_filedialog_click_cb, fd);
        ewl_widget_show(o);
 
+       /* set the top active so the tooltips go to the right spot */
+       ewl_dialog_active_area_set(EWL_DIALOG(fd), EWL_POSITION_TOP);
+
        DRETURN_INT(TRUE, DLEVEL_STABLE);
 }
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to