Mercurial > geeqie
diff src/view_file_icon.c @ 791:6d65167764ea
realtime file monitor
author | nadvornik |
---|---|
date | Fri, 06 Jun 2008 21:50:09 +0000 |
parents | a2209b1f769d |
children | 99ea3d973ad3 |
line wrap: on
line diff
--- a/src/view_file_icon.c Fri Jun 06 20:59:03 2008 +0000 +++ b/src/view_file_icon.c Fri Jun 06 21:50:09 2008 +0000 @@ -2301,7 +2301,7 @@ /* force VFICON_INFO(vf, columns) to be at least 1 (sane) - this will be corrected in the size_cb */ vficon_populate_at_new_size(vf, 1, 1, FALSE); - file_data_register_notify_func(vficon_notify_cb, vf); + file_data_register_notify_func(vficon_notify_cb, vf, NOTIFY_PRIORITY_MEDIUM); return vf; }