summaryrefslogtreecommitdiff
path: root/net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp')
-rw-r--r--net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp b/net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp
deleted file mode 100644
index 095c5c09b79f..000000000000
--- a/net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./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;