comparison libpurple/protocols/simple/simple.c @ 23110:bb41bdce8981

Patch from Jaywalker to let prpls add some helpful text for some account fields. This includes the update from rekkanoryo that was reverted earlier. References #2295.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 05 May 2008 06:55:00 +0000
parents 718a9c287839
children 8c3444f04709
comparison
equal deleted inserted replaced
23109:718a9c287839 23110:bb41bdce8981
2051 /* padding */ 2051 /* padding */
2052 NULL, 2052 NULL,
2053 NULL, 2053 NULL,
2054 NULL, 2054 NULL,
2055 sizeof(PurplePluginProtocolInfo), /* struct_size */ 2055 sizeof(PurplePluginProtocolInfo), /* struct_size */
2056 NULL
2056 }; 2057 };
2057 2058
2058 2059
2059 static PurplePluginInfo info = 2060 static PurplePluginInfo info =
2060 { 2061 {