blob: 095c5c09b79f074198917dc419fd58b83111b0e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- ./kopete/protocols/wlm/wlmchatsession.cpp.orig 2012-06-03 07:53:05.000000000 -0400
+++ ./kopete/protocols/wlm/wlmchatsession.cpp 2012-06-03 07:53:42.000000000 -0400
@@ -546,13 +546,13 @@
}
if (status != GIF_OK) {
- PrintGifError();
+ GifError();
EGifCloseFile(GifFile);
return;
}
if (EGifCloseFile(GifFile) != GIF_OK) {
- PrintGifError();
+ GifError();
return;
}
return;
|