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 --- draksnapshot-applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draksnapshot-applet') 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