gnome-subtitles r1038 - trunk/src/GnomeSubtitles/Core



Author: pcastro
Date: Sun Jul 13 20:05:10 2008
New Revision: 1038
URL: http://svn.gnome.org/viewvc/gnome-subtitles?rev=1038&view=rev

Log:
Print error to the console when the help contents cannot be opened.

Modified:
   trunk/src/GnomeSubtitles/Core/EventHandlers.cs

Modified: trunk/src/GnomeSubtitles/Core/EventHandlers.cs
==============================================================================
--- trunk/src/GnomeSubtitles/Core/EventHandlers.cs	(original)
+++ trunk/src/GnomeSubtitles/Core/EventHandlers.cs	Sun Jul 13 20:05:10 2008
@@ -291,6 +291,7 @@
 			Gnome.Help.DisplayDesktopOnScreen(Gnome.Program.Get(), Base.ExecutionContext.SystemHelpDir, filename, null, Base.Ui.Window.Screen);
 		}
 		catch (Exception e) {
+			Console.Error.WriteLine(e);
 			BasicErrorDialog errorDialog = new BasicErrorDialog(Catalog.GetString("The Gnome Subtitles Manual could not be found."), Catalog.GetString("Please verify that your installation has been completed successfully."));
 			errorDialog.Show();
 		}



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