gnome-terminal r2810 - trunk/src



Author: chpe
Date: Thu May 29 19:56:22 2008
New Revision: 2810
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2810&view=rev

Log:
Fix help invocation. Bug #477078, patch by Hans Petter Jansson.


Modified:
   trunk/src/terminal-util.c

Modified: trunk/src/terminal-util.c
==============================================================================
--- trunk/src/terminal-util.c	(original)
+++ trunk/src/terminal-util.c	Thu May 29 19:56:22 2008
@@ -116,7 +116,7 @@
 
   err = NULL;
 
-  gnome_help_display ("gnome-terminal", topic, &err);
+  gnome_help_display ("gnome-terminal.xml", topic, &err);
   
   if (err)
     {



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