yelp r3183 - in trunk: . src
- From: dscorgie svn gnome org
- To: svn-commits-list gnome org
- Subject: yelp r3183 - in trunk: . src
- Date: Mon, 1 Sep 2008 18:11:50 +0000 (UTC)
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]