Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jul 18, 2009, 11:05:47 PM (15 years ago)
- Author:
-
Gary Kramlich
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | |
| 2 | |
| 3 | libpurple/blist.c |
| 4 | * I'm not sure I like the way the blist singleton is done. Having to call purple_blist_get_list() for everything internally is cumbersome. A static file level variable like the parent_class variable would be a lot easier to deal with. However, it would have to be created explicitly once and only once, but that's not a big deal. |
| 5 | * line 1622 fix indentation |
| 6 | |
| 7 | libpurple/blist.h |
| 8 | * line 66 and 69, put a void inplace where there are no arguments. |
| 9 | |
| 10 | libpurple/group.c |
| 11 | * line 230, purple_group_remove_node, should have a first parameter of the object itself, in this case the group. |
| 12 | * purple_buddy_get_group should be in buddy.[ch] |
| 13 | * purple_group_contact_updated and purple_group_add_contact should be hidden behind a signal and purple_blist_node_add_child respectfully. |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!