to destroy
authortanya <tanya@tanin.oblgaz>
Wed, 14 Apr 2010 14:46:41 +0000 (17:46 +0300)
committertanya <tanya@tanin.oblgaz>
Wed, 14 Apr 2010 14:46:41 +0000 (17:46 +0300)
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;