Mercurial > geeqie.yaz
changeset 883:391a9e3336db
Apply debian-specific patch to launch help browser (bug 2015099).
author | zas_ |
---|---|
date | Sun, 13 Jul 2008 13:51:23 +0000 |
parents | 912726c2f5e3 |
children | ff16ed0d2c8a |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Sun Jul 13 12:36:18 2008 +0000 +++ b/src/window.c Sun Jul 13 13:51:23 2008 +0000 @@ -159,6 +159,8 @@ { /* Redhat has a nifty htmlview script to start the user's preferred browser */ "htmlview", NULL, + /* Debian has even better approach with alternatives */ + "sensible-browser", NULL, /* GNOME 2 */ "gconftool-2", "gconftool-2 -g /desktop/gnome/url-handlers/http/command", /* KDE */