comparison src/main.c @ 1506:d352a44545a6

Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
author zas_
date Thu, 02 Apr 2009 23:11:07 +0000
parents 25168240a247
children 6c2e31dad7ef
comparison
equal deleted inserted replaced
1505:2a99cf2184b0 1506:d352a44545a6
44 #include <math.h> 44 #include <math.h>
45 #ifdef G_OS_UNIX 45 #ifdef G_OS_UNIX
46 #include <pwd.h> 46 #include <pwd.h>
47 #endif 47 #endif
48 48
49 49 gboolean thumb_format_changed = FALSE;
50 static RemoteConnection *remote_connection = NULL; 50 static RemoteConnection *remote_connection = NULL;
51
52 51
53 /* 52 /*
54 *----------------------------------------------------------------------------- 53 *-----------------------------------------------------------------------------
55 * keyboard functions 54 * keyboard functions
56 *----------------------------------------------------------------------------- 55 *-----------------------------------------------------------------------------