Changeset 656

Show
Ignore:
Timestamp:
12/12/05 23:31:37 (3 years ago)
Author:
smoku
Message:

'status not changed' detection fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/sessions.c

    r655 r656  
    689689 
    690690        if (status==s->gg_status){ 
    691                 if (r->status!=NULL && s->gg_status_descr!=NULL 
     691                if (status_descr!=NULL && s->gg_status_descr!=NULL 
    692692                                && !strcmp(status_descr,s->gg_status_descr)) return 0; 
    693                 if (r->status==NULL && s->gg_status_descr==NULL) return 0; 
     693                if (status_descr==NULL && s->gg_status_descr==NULL) return 0; 
    694694        } 
    695695        g_free(s->gg_status_descr);