summaryrefslogtreecommitdiff
path: root/irc/minbif/files/patch-src__im__account.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'irc/minbif/files/patch-src__im__account.cpp')
-rw-r--r--irc/minbif/files/patch-src__im__account.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/irc/minbif/files/patch-src__im__account.cpp b/irc/minbif/files/patch-src__im__account.cpp
deleted file mode 100644
index 457c421a9257..000000000000
--- a/irc/minbif/files/patch-src__im__account.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/im/account.cpp.orig 2011-12-04 14:24:51 UTC
-+++ src/im/account.cpp
-@@ -18,6 +18,7 @@
-
- #include <cassert>
- #include <cstring>
-+#include <unistd.h>
- #ifdef HAVE_IMLIB
- #include <Imlib2.h>
- #endif /* HAVE_IMLIB */
-@@ -272,7 +273,7 @@ void Account::setBuddyIcon(string filena
- else
- {
- char** prpl_formats = g_strsplit(prplinfo->icon_spec.format,",",0);
-- ImlibLoadError err = IMLIB_LOAD_ERROR_UNKNOWN;
-+ Imlib_Load_Error err = IMLIB_LOAD_ERROR_UNKNOWN;
-
- close(temp_fd);
- /* Try to encode in a supported format. */