From 62f7ab17c808bfa6aff68773b7687828379ef55f Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 26 Sep 2008 14:20:20 +0000 Subject: delay first check by 30s so that notification goes at the right place git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246730 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- NEWS | 3 +++ draksnapshot-applet | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7764add..b5431de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- delay first check by 30s so that notification goes at the right + place + Version 0.13 - 22 September 2008, Thierry Vignaud - new icons diff --git a/draksnapshot-applet b/draksnapshot-applet index 35634f7..bbe1d66 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -118,7 +118,7 @@ shouldStart() or die "$localfile should be set to TRUE: please use --force or -f go2State('okay'); gtkflush(); -firstCheck(); +Glib::Timeout->add(($::testing ? 1 : 30) * 1000, sub { firstCheck(); 0 }); $SIG{USR1} = 'IGNORE'; -- cgit v1.2.1