Changeset 2569
- Timestamp:
- 08/06/07 21:37:30
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymailui-gtk/tny-gtk-folder-store-tree-model.c
r2568 r2569 267 267 * start asking the account about its folders. */ 268 268 269 if (status != TNY_CONNECTION_STATUS_CONNECTED)269 if (status == TNY_CONNECTION_STATUS_RECONNECTING) 270 270 return; 271 272 271 273 272 list = tny_simple_list_new ();
