eog r4702 - trunk/src



Author: friemann
Date: Fri Aug 22 10:11:14 2008
New Revision: 4702
URL: http://svn.gnome.org/viewvc/eog?rev=4702&view=rev

Log:
Correct variable name in a comment I committed with my last commit.


Modified:
   trunk/src/eog-properties-dialog.c

Modified: trunk/src/eog-properties-dialog.c
==============================================================================
--- trunk/src/eog-properties-dialog.c	(original)
+++ trunk/src/eog-properties-dialog.c	Fri Aug 22 10:11:14 2008
@@ -204,7 +204,7 @@
 	gchar *fl_text = NULL,*fl35_text = NULL;
 
 	/* If no ExifData is supplied the label will be
-	 * cleared later as *fl35text is NULL. */
+	 * cleared later as fl35_text is NULL. */
 	if (exif_data != NULL) {
 		entry = exif_data_get_entry (exif_data, EXIF_TAG_FOCAL_LENGTH);
 		entry35mm = exif_data_get_entry (exif_data,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]