From: tanya Date: Wed, 9 Jun 2010 14:01:54 +0000 (+0300) Subject: changed delay after dbus siglan to +10 X-Git-Url: http://git.maemo.org/git/?p=livewp;a=commitdiff_plain;h=refs%2Fheads%2Fbillboard changed delay after dbus siglan to +10 --- diff --git a/applet/src/livewp-dbus.c b/applet/src/livewp-dbus.c index 879a8e1..7dadc5b 100644 --- a/applet/src/livewp-dbus.c +++ b/applet/src/livewp-dbus.c @@ -154,12 +154,12 @@ get_livewp_signal_cb(DBusConnection *conn, DBusMessage *msg, Animation_Wallpaper if (dbus_message_is_method_call(msg, NOTIFY_SIGNAL_INTERFACE, NOTIFY_MEMBER)){ fprintf(stderr,"read notifications.db notify\n"); //read_notification(priv->desktop_plugin); - priv->scene->notification = time(NULL) + 20; + priv->scene->notification = time(NULL) + 10; } if (dbus_message_is_signal(msg, NOTIFY_SIGNAL_INTERFACE, CLOSENOTIFY_MEMBER)){ fprintf(stderr,"read notifications.db close notify\n"); //read_notification(priv->desktop_plugin); - priv->scene->notification = time(NULL) + 20; + priv->scene->notification = time(NULL) + 10; } return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;