From 929e09c02f78e12ae35e98969cfe84a115f9a3e0 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 1 Mar 2011 13:48:42 +0000 Subject: [PATCH] Elementary test_notify.c: Removed redundant line. SVN revision: 57456 --- legacy/elementary/src/bin/test_notify.c | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/elementary/src/bin/test_notify.c b/legacy/elementary/src/bin/test_notify.c index 3f29d4cd78..bfbb05e3b2 100644 --- a/legacy/elementary/src/bin/test_notify.c +++ b/legacy/elementary/src/bin/test_notify.c @@ -143,7 +143,6 @@ test_notify(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info notify = elm_notify_add(win); evas_object_size_hint_weight_set(notify, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); elm_notify_orient_set(notify, ELM_NOTIFY_ORIENT_CENTER); - elm_notify_timeout_set(notify, 10); elm_notify_timeout_set(notify, 10.0); evas_object_smart_callback_add(notify, "timeout", _notify_timeout, NULL);