Changeset 3220
- Timestamp:
- 12/30/07 23:41:31
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymailui-gtk/tny-gtk-header-list-model.c
r3219 r3220 543 543 g_mutex_unlock (priv->ra_lock); 544 544 545 if (priv->timeout_span < 1000)546 priv->timeout_span += 100;545 if (priv->timeout_span < 5000) 546 priv->timeout_span += 500; 547 547 priv->add_timeout = 0; 548 548 g_object_unref (data);
