f-spot r4701 - trunk/src/Platform/Gnome



Author: sdelcroix
Date: Wed Jan 28 12:26:41 2009
New Revision: 4701
URL: http://svn.gnome.org/viewvc/f-spot?rev=4701&view=rev

Log:
fixing typos

Modified:
   trunk/src/Platform/Gnome/ScreenSaver.cs

Modified: trunk/src/Platform/Gnome/ScreenSaver.cs
==============================================================================
--- trunk/src/Platform/Gnome/ScreenSaver.cs	(original)
+++ trunk/src/Platform/Gnome/ScreenSaver.cs	Wed Jan 28 12:26:41 2009
@@ -48,7 +48,7 @@
 				cookie = GnomeScreenSaver.Inhibit ("f-spot", reason);
 				inhibited = true;
 			} catch (Exception ex) {
-				Log.Exception ("Error Inhibiting the screenserver", ex);
+				Log.Exception ("Error Inhibiting the screensaver", ex);
 			}
 			return cookie;
 		}
@@ -62,7 +62,7 @@
 				GnomeScreenSaver.UnInhibit (cookie);
 				inhibited = false;
 			} catch (Exception ex) {
-				Log.Exception ("Error UnInhibiting the screenserver", ex);
+				Log.Exception ("Error UnInhibiting the screensaver", ex);
 			}
 		}
 	}



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