projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0588f4
)
fix bug. plug can retry several times
author
Jiyoun Park
<jijibe99@gmail.com>
Wed, 12 Sep 2012 16:11:40 +0000
(16:11 +0000)
committer
Jiyoun Park
<jijibe99@gmail.com>
Wed, 12 Sep 2012 16:11:40 +0000
(16:11 +0000)
SVN revision: 76541
src/bin/test_win_plug.c
patch
|
blob
|
history
diff --git
a/src/bin/test_win_plug.c
b/src/bin/test_win_plug.c
index
219e9f0
..
08a8ebb
100644
(file)
--- a/
src/bin/test_win_plug.c
+++ b/
src/bin/test_win_plug.c
@@
-53,7
+53,6
@@
cb_plug_disconnected(void *data __UNUSED__,
{
ecore_timer_del(timer);
evas_object_data_del(obj, "test-timer");
- return;
}
timer = ecore_timer_add(1, cb_plug_connect, obj);