comparison src/main.c @ 877:21e324dcd78c

refresh thumbnails on file change
author nadvornik
date Thu, 03 Jul 2008 20:16:15 +0000
parents cb957189e723
children c414002a1f27
comparison
equal deleted inserted replaced
876:2d8705f33da5 877:21e324dcd78c
26 #include "similar.h" 26 #include "similar.h"
27 #include "ui_bookmark.h" 27 #include "ui_bookmark.h"
28 #include "ui_fileops.h" 28 #include "ui_fileops.h"
29 #include "ui_utildlg.h" 29 #include "ui_utildlg.h"
30 #include "cache_maint.h" 30 #include "cache_maint.h"
31 #include "thumb.h"
31 32
32 #include <gdk/gdkkeysyms.h> /* for keyboard values */ 33 #include <gdk/gdkkeysyms.h> /* for keyboard values */
33 34
34 35
35 #include <math.h> 36 #include <math.h>
687 log_printf("%s %s, This is an alpha release.\n", GQ_APPNAME, VERSION); 688 log_printf("%s %s, This is an alpha release.\n", GQ_APPNAME, VERSION);
688 #endif 689 #endif
689 690
690 /* register global notify functions */ 691 /* register global notify functions */
691 file_data_register_notify_func(cache_notify_cb, NULL, NOTIFY_PRIORITY_HIGH); 692 file_data_register_notify_func(cache_notify_cb, NULL, NOTIFY_PRIORITY_HIGH);
693 file_data_register_notify_func(thumb_notify_cb, NULL, NOTIFY_PRIORITY_HIGH);
692 file_data_register_notify_func(collect_manager_notify_cb, NULL, NOTIFY_PRIORITY_LOW); 694 file_data_register_notify_func(collect_manager_notify_cb, NULL, NOTIFY_PRIORITY_LOW);
693 695
694 parse_command_line_for_debug_option(argc, argv); 696 parse_command_line_for_debug_option(argc, argv);
695 697
696 options = init_options(NULL); 698 options = init_options(NULL);