diff src/main.c @ 322:d344bcf37618

Rationalize fullscreen options naming.
author zas_
date Fri, 11 Apr 2008 23:32:22 +0000
parents c74af1cbd61a
children 509b84801d66
line wrap: on
line diff
--- a/src/main.c	Fri Apr 11 23:01:00 2008 +0000
+++ b/src/main.c	Fri Apr 11 23:32:22 2008 +0000
@@ -1178,7 +1178,7 @@
 		options->color_profile_input_name[i] = NULL;
 		}
 
-	options->fullscreen_info = g_strdup("%collection%(%number%/%total%) <b>%name%</b>\n"
+	options->fullscreen.info = g_strdup("%collection%(%number%/%total%) <b>%name%</b>\n"
 				   "%res%|%date%|%size%\n"
 				   "%fAperture%|%fShutterSpeed%|%fISOSpeedRating%|%fFocalLength%|%fExposureBias%\n"
 				   "%fCamera%|%fFlash%");
@@ -1204,7 +1204,7 @@
 			layout_geometry_get(NULL, &options->main_window_x, &options->main_window_y,
 					    &options->main_window_w, &options->main_window_h);
 			}
-		options->show_fullscreen_info = image_osd_get(lw->image, NULL, NULL);
+		options->fullscreen.show_info = image_osd_get(lw->image, NULL, NULL);
 		}
 
 	layout_geometry_get_dividers(NULL, &options->window_hdivider_pos, &options->window_vdivider_pos);
@@ -1479,7 +1479,7 @@
 						    collection_get_first(first_collection));
 			}
 		}
-	image_osd_set(lw->image, FALSE, options->show_fullscreen_info);
+	image_osd_set(lw->image, FALSE, options->fullscreen.show_info);
 
 	g_free(geometry);
 	g_free(cmd_path);