summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-26 20:57:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-26 20:57:16 +0000
commit2a5be3406b97544189de7e2a4b4292c5ba22448c (patch)
treed779838aa7ffac013fa10f5b56e7ba37a5219c37
parent75ce06cf81fc296a93cd98d75295afe49b5d5b9e (diff)
animated avatars 'sleep' after changing subs in tabSEMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@9956 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/AVS/src/acc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AVS/src/acc.cpp b/plugins/AVS/src/acc.cpp
index 35551f2e0f..e579b5d186 100644
--- a/plugins/AVS/src/acc.cpp
+++ b/plugins/AVS/src/acc.cpp
@@ -328,6 +328,7 @@ void DestroyAnimatedGif(HWND hwnd, ACCData* data)
}
data->showingAnimatedGif = FALSE;
+ data->ag.started = FALSE;
}
void StartAnimatedGif(HWND hwnd, ACCData* data)