update changelog
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Tue, 9 Nov 2010 04:27:26 +0000 (04:27 +0000)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Tue, 9 Nov 2010 04:27:26 +0000 (04:27 +0000)
debian/changelog
src/clipdrawer.c
src/scrcapture.c

index 868f06f..3f8fe72 100644 (file)
@@ -1,3 +1,11 @@
+cbhm (0.1.0-44) unstable; urgency=low
+
+  * Git: 165.213.180.234:/git/slp/pkgs/cbhm
+  * Tag: cbhm_0.1.0-44
+  * add item delete mode, capture key change
+
+ -- Hyoyoung Chang <hyoyoung.chang@samsung.com>  Tue, 09 Nov 2010 04:26:51 +0000
+
 cbhm (0.1.0-43) unstable; urgency=low
 
   * Git: 165.213.180.234:/git/slp/pkgs/cbhm
index 83b4e50..849ee52 100644 (file)
@@ -474,7 +474,7 @@ int clipdrawer_create_view(void *data)
 
        // for debug
        // at starting, showing app view
-       clipdrawer_activate_view(ad);
+       //clipdrawer_activate_view(ad);
 
        return 0;
 }
index 42dede6..299fa26 100644 (file)
@@ -73,6 +73,7 @@ static Eina_Bool capture_current_screen(void *data)
        captureimginfo_t *capimginfo = NULL;
        capimginfo = malloc(sizeof(captureimginfo_t) * 1);
        get_image_filename_with_date(capimginfo->filename);
+       DTRACE("capture current screen\n");
 
        int width, height;
        width = 480; height = 800;