im.pidgin.cpw.resiak.disconnectreason: 748134ee3d2f37c378ea8c48921f62a55b9089fd
resiak at soc.pidgin.im
resiak at soc.pidgin.im
Sat Nov 3 07:12:56 EDT 2007
-----------------------------------------------------------------
Revision: 748134ee3d2f37c378ea8c48921f62a55b9089fd
Ancestor: afe36a0846b5b2528872b81e6af1706a9ed378ee
Author: resiak at soc.pidgin.im
Date: 2007-11-03T00:20:55
Branch: im.pidgin.cpw.resiak.disconnectreason
Modified files:
libpurple/connection.h
ChangeLog:
PurpleConnectionErrorInfo.description should not be const.
-------------- next part --------------
============================================================
--- libpurple/connection.h d67e3f6ef065c4ff48eba7d0ceae57397d8ed6ed
+++ libpurple/connection.h 311e334dfdc15344aec4581735721c3ede975af7
@@ -132,7 +132,7 @@ typedef struct
/** The type of error. */
PurpleConnectionError type;
/** A localised, human-readable description of the error. */
- const char *description;
+ char *description;
} PurpleConnectionErrorInfo;
#include <time.h>
More information about the Commits
mailing list