comparison src/main.c @ 1720:808d4308ca00

remove deleted files from metadata queue
author nadvornik
date Sat, 22 Aug 2009 21:58:49 +0000
parents ce8ec81a9601
children d148cfcdd30c
comparison
equal deleted inserted replaced
1719:192d4752fd06 1720:808d4308ca00
757 /* register global notify functions */ 757 /* register global notify functions */
758 file_data_register_notify_func(cache_notify_cb, NULL, NOTIFY_PRIORITY_HIGH); 758 file_data_register_notify_func(cache_notify_cb, NULL, NOTIFY_PRIORITY_HIGH);
759 file_data_register_notify_func(thumb_notify_cb, NULL, NOTIFY_PRIORITY_HIGH); 759 file_data_register_notify_func(thumb_notify_cb, NULL, NOTIFY_PRIORITY_HIGH);
760 file_data_register_notify_func(histogram_notify_cb, NULL, NOTIFY_PRIORITY_HIGH); 760 file_data_register_notify_func(histogram_notify_cb, NULL, NOTIFY_PRIORITY_HIGH);
761 file_data_register_notify_func(collect_manager_notify_cb, NULL, NOTIFY_PRIORITY_LOW); 761 file_data_register_notify_func(collect_manager_notify_cb, NULL, NOTIFY_PRIORITY_LOW);
762 file_data_register_notify_func(metadata_notify_cb, NULL, NOTIFY_PRIORITY_LOW);
763
762 764
763 gtkrc_load(); 765 gtkrc_load();
764 766
765 #ifdef HAVE_LIBCHAMPLAIN 767 #ifdef HAVE_LIBCHAMPLAIN
766 #ifdef HAVE_LIBCHAMPLAIN_GTK 768 #ifdef HAVE_LIBCHAMPLAIN_GTK