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 16, 2009, 3:02:02 AM (15 years ago)
- Author:
-
aluink
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 23 | 23 | I'm using a mix of line numbers and function names. It's pretty sparadic, |
| 24 | 24 | mostly when i don't want to count a ton of lines from the start of the hunk :) |
| | 25 | |
| | 26 | ------------------------------------------------------------------------------- |
| | 27 | Fix notes: |
| | 28 | ------------------------------------------------------------------------------- |
| | 29 | |
| | 30 | 0f8b96e8a4baefb1049aee2d250f30cd41ecd68d |
| | 31 | |
| | 32 | Fixed some casting (PurpleBlistNode *) to PURPLE_BLIST_NODE, there might be more, |
| | 33 | there probably are ;) |
| 25 | 34 | |
| 26 | 35 | ------------------------------------------------------------------------------- |
| … |
… |
|
| 53 | 62 | libpurple/blist.c |
| 54 | 63 | * line 544 use PURPLE_GROUP(cnode->parent) (see above) |
| 55 | | * line 613 lose the (PurpleBlistNode *) typecast |
| | 64 | * line 613 lose the (PurpleBlistNode *) typecast (fix: 0f8b96e8a4baefb1049aee2d250f30cd41ecd68d) |
| 56 | 65 | * line 727 should use purple_blist_node_remove_node (we'll cover this in the |
| 57 | 66 | delegator discussion) |
| 58 | | * line 1131 lose the (PurpleBlistNode *) typecast |
| 59 | | * line 1221 lose the (PurpleBlistNode *) typecast |
| | 67 | * line 1131 lose the (PurpleBlistNode *) typecast (fix: 0f8b96e8a4baefb1049aee2d250f30cd41ecd68d) |
| | 68 | * line 1221 lose the (PurpleBlistNode *) typecast (fix: 0f8b96e8a4baefb1049aee2d250f30cd41ecd68d) |
| 60 | 69 | * line 1578 should be able to die |
| 61 | 70 | |
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!