comparison src/preferences.c @ 520:b5e79bcb46df

Add missing spaces around equal sign.
author zas_
date Thu, 24 Apr 2008 16:35:02 +0000
parents d84f2210a73c
children db08ccd54169
comparison
equal deleted inserted replaced
519:a1267c00e058 520:b5e79bcb46df
299 options->color_profile.screen_file = NULL; 299 options->color_profile.screen_file = NULL;
300 buf = gtk_entry_get_text(GTK_ENTRY(color_profile_screen_file_entry)); 300 buf = gtk_entry_get_text(GTK_ENTRY(color_profile_screen_file_entry));
301 if (buf && strlen(buf) > 0) options->color_profile.screen_file = g_strdup(buf); 301 if (buf && strlen(buf) > 0) options->color_profile.screen_file = g_strdup(buf);
302 #endif 302 #endif
303 303
304 for (i=0; ExifUIList[i].key; i++) 304 for (i = 0; ExifUIList[i].key; i++)
305 { 305 {
306 ExifUIList[i].current = ExifUIList[i].temp; 306 ExifUIList[i].current = ExifUIList[i].temp;
307 } 307 }
308 308
309 { 309 {