Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_background.c e_int_config_background_import.c Log Message: Remove printfs and extra comments. I'd like to thank onefang and CodeWarrior for there help with the import dialog. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_config_background.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- e_int_config_background.c 22 Jan 2006 14:11:15 -0000 1.28 +++ e_int_config_background.c 22 Jan 2006 14:44:49 -0000 1.29 @@ -434,7 +434,6 @@ file = (char *)ecore_file_get_file((char *)path); if (event == ECORE_FILE_EVENT_CREATED_FILE) { - printf("File Added: %s\n", path); if (e_util_edje_collection_exists((char *)path, "desktop/background")) { if (!e_thumb_exists((char *)path)) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_config_background_import.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_int_config_background_import.c 22 Jan 2006 14:11:15 -0000 1.1 +++ e_int_config_background_import.c 22 Jan 2006 14:44:49 -0000 1.2 @@ -4,13 +4,6 @@ #define E_BG_TILE 1 #define E_BG_CENTER 2 -/* TODO: - * Currently the bg config dialog needs to be reloaded in order - * to display new images created from here. - * - * If you close the bg config dialog, before closing this then SEGV. -*/ - /* Personally I hate having to define this twice, but Tileing needs a fill */ #define IMG_EDC_TMPL_TILE \ "images {\n" \ @@ -116,8 +109,8 @@ v->free_cfdata = _free_data; v->basic.apply_cfdata = _basic_apply_data; v->basic.create_widgets = _basic_create_widgets; - v->advanced.apply_cfdata = NULL; //_advanced_apply_data; - v->advanced.create_widgets = NULL;//_advanced_create_widgets; + v->advanced.apply_cfdata = NULL; + v->advanced.create_widgets = NULL; cfd = e_config_dialog_new(parent->con, _("Import An Image"), NULL, 0, v, NULL); ecore_x_icccm_transient_for_set(cfd->dia->win->evas_win, parent->dia->win->evas_win); ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs