Ignore:
Timestamp:
2014-10-27T08:05:44Z (9 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
81186736
Parents:
fef97af (diff), b6bd99c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging warning fixes from dx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/si.c

    rfef97af rd2b3f25  
    3535
    3636        if ( tf->watch_in )
     37        {
    3738                b_event_remove( tf->watch_in );
     39                tf->watch_in = 0;
     40        }
    3841
    3942        jd->filetransfers = g_slist_remove( jd->filetransfers, tf );
Note: See TracChangeset for help on using the changeset viewer.