Mercurial > pidgin.yaz
comparison src/protocols/zephyr/zephyr.c @ 8586:5af95c2b1179
[gaim-migrate @ 9336]
Another patch from Pekka Riikonen, this one implementing a prpl-specific
blist chat menu similar to the prpl-specific blist buddy menu. I also
took the liberty of filling out the prpl callback structures with NULL
entries for those which were short -- not that it matters, but it soothes
my sense of aesthetics.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Mon, 05 Apr 2004 20:42:13 +0000 |
parents | 88988327a4e0 |
children | f6203301aa19 |
comparison
equal
deleted
inserted
replaced
8585:e4087b5c0627 | 8586:5af95c2b1179 |
---|---|
1374 NULL, | 1374 NULL, |
1375 zephyr_normalize, | 1375 zephyr_normalize, |
1376 NULL, | 1376 NULL, |
1377 NULL, | 1377 NULL, |
1378 NULL, | 1378 NULL, |
1379 zephyr_chat_set_topic | 1379 zephyr_chat_set_topic, |
1380 NULL, | |
1381 NULL, | |
1382 NULL, | |
1383 NULL, | |
1384 NULL | |
1380 }; | 1385 }; |
1381 | 1386 |
1382 static GaimPluginInfo info = | 1387 static GaimPluginInfo info = |
1383 { | 1388 { |
1384 2, /**< api_version */ | 1389 2, /**< api_version */ |