From a5816cd58221546a5baeb1285aa649cb96493d8e Mon Sep 17 00:00:00 2001 From: seoz Date: Tue, 1 Mar 2011 13:48:42 +0000 Subject: [PATCH] Elementary test_notify.c: Removed redundant line. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@57456 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/test_notify.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/test_notify.c b/src/bin/test_notify.c index 3f29d4c..bfbb05e 100644 --- a/src/bin/test_notify.c +++ b/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); -- 2.7.4