Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_apps.c 


Log Message:


enable dnd for apps config dialog

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_apps.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- e_int_config_apps.c 1 Oct 2006 12:05:33 -0000       1.29
+++ e_int_config_apps.c 2 Oct 2006 14:12:46 -0000       1.30
@@ -545,7 +545,7 @@
                                  _cb_files_changed_all, cfdata);
    e_fm2_icon_menu_start_extend_callback_set(mt, _cb_files_add_edited, cfdata);
    e_fm2_path_set(cfdata->gui.o_fm_all, cfdata->path_all, "/");
-
+   e_fm2_window_object_set(mt, E_OBJECT(cfd->dia->win));
    ob = e_widget_scrollframe_pan_add(evas, mt,
                                     e_fm2_pan_set,
                                     e_fm2_pan_get,
@@ -629,6 +629,7 @@
          evas_object_smart_callback_add(mt, "changed",
                                        _cb_files_changed, cfdata);
          e_fm2_path_set(cfdata->gui.o_fm, cfdata->path, "/");
+        e_fm2_window_object_set(cfdata->gui.o_fm, E_OBJECT(cfd->dia->win));
 
          ob = e_widget_scrollframe_pan_add(evas, mt,
                                     e_fm2_pan_set,



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