[changelog] repackaging
authorChunEon Park <chuneon.park>
Thu, 27 Jan 2011 02:57:16 +0000 (11:57 +0900)
committerChunEon Park <chuneon.park>
Thu, 27 Jan 2011 02:57:16 +0000 (11:57 +0900)
[elm_popup.c] removed unnecessary printf...

debian/changelog
src/lib/elm_popup.c

index 95ba4c6..db6f0d7 100644 (file)
@@ -1,3 +1,11 @@
+elementary (1.0.0+svn.51480slp2+build104) unstable; urgency=low
+
+  * Fixed elc_ctxpopup scroller problem 
+  * Git: 165.213.180.234:slp/pkgs/e/elementary
+  * Tag: elementary_1.0.0+svn.51480slp2+build104
+
+ -- ChunEon Park <chuneon.park@samsung.com>  Thu, 27 Jan 2011 11:56:24 +0900
+
 elementary (1.0.0+svn.51480slp2+build103) unstable; urgency=low
 
   * Repackaging for sync with beat-winset-test
index 5d08c75..1e840bd 100644 (file)
@@ -306,12 +306,8 @@ _elm_popup_buttons_add_valist(Evas_Object *obj, const char *first_button_text, v
 static void \r
 _elm_popup_timeout(void *data, Evas_Object *obj, void *event_info)\r
 {  \r
-       printf("%s begin\n");\r
        evas_object_hide((Evas_Object*)data);  \r
-   printf("!!!!!!!!!!!!!!!!!!\n");\r
        evas_object_smart_callback_call((Evas_Object *)data, "response", (void *)ELM_POPUP_RESPONSE_TIMEOUT);    \r
-       printf("@@@@@@@@@@@@@@@@@\n");\r
-       printf("%s end\n");\r
 }\r
 \r
 static Eina_Bool\r