Changeset 565
- Timestamp:
- 07/09/06 17:29:41
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/tny-msg-folder-list-iterator.c
r564 r565 127 127 g_mutex_unlock (me->model->iterator_lock); 128 128 129 return returnme->current ? me->current->data : NULL;129 return me->current ? me->current->data : NULL; 130 130 } 131 131
