diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-06-03 12:42:30 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-06-03 12:42:30 +0000 |
commit | 693307817893172fb5c145bc179458d41ef8c5e3 (patch) | |
tree | df40447ef6f88a5b078bdd8ada0e540890216cf5 /net/kdenetwork4 | |
parent | 0a5af72414dc6c16066094b251be150bddc65ca3 (diff) | |
download | ports-693307817893172fb5c145bc179458d41ef8c5e3.tar.gz ports-693307817893172fb5c145bc179458d41ef8c5e3.zip |
Notes
Diffstat (limited to 'net/kdenetwork4')
-rw-r--r-- | net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp b/net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp new file mode 100644 index 000000000000..095c5c09b79f --- /dev/null +++ b/net/kdenetwork4/files/patch-kopete__protocols__wlm__wlmchatsession.cpp @@ -0,0 +1,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; |