Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: action_simple.c layout_ewl_simple.c thumbnail_system.c Log Message: * Filesystem changes =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/action_simple.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- action_simple.c 28 Oct 2005 22:33:36 -0000 1.2 +++ action_simple.c 5 Nov 2005 11:43:04 -0000 1.3 @@ -113,6 +113,7 @@ entropy_config_str_set("action_simple", "video/mpeg", "mplayer"); entropy_config_str_set("action_simple", "application/msword", "abiword"); entropy_config_str_set("action_simple", "application/vnd.ms-excel", "gnumeric"); + entropy_config_str_set("action_simple", "video/x-msvideo", "mplayer"); /*Archives*/ entropy_config_str_set("action_simple", "application/x-gtar", "file-roller"); =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/layout_ewl_simple.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- layout_ewl_simple.c 29 Oct 2005 08:38:49 -0000 1.12 +++ layout_ewl_simple.c 5 Nov 2005 11:43:04 -0000 1.13 @@ -415,8 +415,6 @@ entropy_core* core = (entropy_core*)user_data; ewl_widget_destroy(main_win); - ewl_shutdown(); - ewl_main_quit(); entropy_core_destroy(core); =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/thumbnail_system.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- thumbnail_system.c 29 Oct 2005 02:00:19 -0000 1.4 +++ thumbnail_system.c 5 Nov 2005 11:43:04 -0000 1.5 @@ -31,7 +31,7 @@ ecore_list_append(types, "application/x-bzip2"); ecore_list_append(types, "application/x-tar"); ecore_list_append(types, "text/plain"); - //ecore_list_append(types, "video/x-msvideo"); + ecore_list_append(types, "video/x-msvideo"); } @@ -79,6 +79,8 @@ strcpy(thumb->thumbnail_filename, PACKAGE_DATA_DIR "/icons/tar.png"); } else if (!strcmp(file->mime_type, "text/plain")) { strcpy(thumb->thumbnail_filename, PACKAGE_DATA_DIR "/icons/txt.png"); + } else if (!strcmp(file->mime_type, "video/x-msvideo")) { + strcpy(thumb->thumbnail_filename, PACKAGE_DATA_DIR "/icons/video.png"); } ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs