Skip to content
  • Chris Aillon's avatar
    2005-10-12 Christopher Aillon <caillon@redhat.com> · ac348bee
    Chris Aillon authored and Chris Aillon's avatar Chris Aillon committed
    	* gnome/applet/applet.c:
    	Fix icon animation smoothness issues.  nmwa_redraw_timeout gets called
    	every 1000ms.  It will unconditionally call nmwa_update_state which
    	kills the existing animation timeout and registers a new one with a
    	callback to draw a new frame every 100ms.  There are 11 connecting
    	icon frames, so the last 2 frames kept getting dropped.  Only reset
    	the animation timeout if we aren't animating.
    
    
    git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1020 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
    ac348bee