change default img path
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Mon, 25 Oct 2010 09:10:43 +0000 (18:10 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Mon, 25 Oct 2010 09:10:43 +0000 (18:10 +0900)
src/clipdrawer.c
src/scrcapture.c

index c253e4c..24a9577 100644 (file)
@@ -4,7 +4,7 @@
 #include "xcnphandler.h"
 #include "clipdrawer.h"
 
-#define IM     "/mnt/ums/Images/Photo/"
+#define IM     "/opt/media/Images and videos/My photo clips/"
 static const char *g_images_path[] = {
        IM"1_photo.jpg",
 /*
index b3f244c..f481543 100644 (file)
@@ -11,7 +11,7 @@
 #include <Ecore_Input.h>
 #include <utilX.h>
 
-#define IMAGE_SAVE_DIR "/mnt/ums/Images/Photo"
+#define IMAGE_SAVE_DIR "/opt/media/Images and videos/My photo clips"
 #define IMAGE_SAVE_FILE_TYPE ".jpg"
 
 typedef struct tag_captureimginfo