Changeset e6d6047 for protocols/jabber
- Timestamp:
- 2006-04-03T20:21:35Z (19 years ago)
- Branches:
- master
- Children:
- f8de26f
- Parents:
- 57ef864
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
r57ef864 re6d6047 1045 1045 */ 1046 1046 if(find_buddy(GJ_GC(jap->gjc), jap->user) == NULL) { 1047 show_got_added(GJ_GC(jap->gjc), NULL, jap->user, NULL, NULL);1047 show_got_added(GJ_GC(jap->gjc), jap->user, NULL); 1048 1048 } 1049 1049 g_free(jap->user);
Note: See TracChangeset
for help on using the changeset viewer.