summaryrefslogtreecommitdiff
path: root/net-im/minbif/files/minbif-1.0.5-rename-imlib-load-error.patch
blob: e9fa875d247cad228f6fbc807e0ea17e9175eccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/im/account.cpp b/src/im/account.cpp
index f155334..f040fcd 100644
--- a/src/im/account.cpp
+++ b/src/im/account.cpp
@@ -272,7 +272,7 @@ void Account::setBuddyIcon(string filename)
 				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. */