to destroy
[livewp] / applet / src / livewp-home-widget.c
index 8ad44f5..e8f6edf 100644 (file)
@@ -1311,15 +1311,12 @@ short_timeout (AWallpaperPlugin *desktop_plugin)
     Actor *actor;
     gboolean stop_flag = TRUE;
     
-    if (ttt == 1){
         min ++;
         if (min == 60){
             hour ++;
             min = 0;
             if (hour == 23) hour = 0;
         }
-        ttt = 0;
-    }else ttt ++;
     if (!desktop_plugin->priv->visible || !desktop_plugin->priv->rich_animation){
         desktop_plugin->priv->short_timer = 0;
         return FALSE;