yelp r3183 - in trunk: . src



Author: dscorgie
Date: Mon Sep  1 18:11:49 2008
New Revision: 3183
URL: http://svn.gnome.org/viewvc/yelp?rev=3183&view=rev

Log:
* src/yelp-utils.c (resolve_full_file):
Make text files actually work (i.e. open external vewing 
program)


Modified:
   trunk/ChangeLog
   trunk/src/yelp-utils.c

Modified: trunk/src/yelp-utils.c
==============================================================================
--- trunk/src/yelp-utils.c	(original)
+++ trunk/src/yelp-utils.c	Mon Sep  1 18:11:49 2008
@@ -203,6 +203,8 @@
 	    type = YELP_RRN_TYPE_INFO;
 	} else if (resolve_is_man_path (path, NULL)) {
 	    type = YELP_RRN_TYPE_MAN;
+	} else {
+	    type = YELP_RRN_TYPE_EXTERNAL;
 	}
     } else {
 	type = YELP_RRN_TYPE_EXTERNAL;



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