Changeset 7463 for branches/1.4x/gtk/tr-core.c
- Timestamp:
- Dec 22, 2008, 5:39:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/gtk/tr-core.c
r7395 r7463 500 500 g_slist_append( p->monitor_files, g_strdup( filename ) ); 501 501 if( !p->monitor_idle_tag ) 502 p->monitor_idle_tag = g_timeout_add( 1000, watchFolderIdle, 503 core ); 502 p->monitor_idle_tag = gtr_timeout_add_seconds( 1, watchFolderIdle, core ); 504 503 } 505 504 }
Note: See TracChangeset
for help on using the changeset viewer.