Try 2 at fixing the Debian package.

svn path=/trunk/; revision=50601
This commit is contained in:
Jeff Morriss 2013-07-15 03:19:32 +00:00
parent a8ad045a77
commit 3c76662814
1 changed files with 6 additions and 6 deletions

View File

@ -6,14 +6,14 @@
## DP: use Debian sensible-browser
@DPATCH@
--- a/epan/prefs.c (revision 50546)
--- a/epan/prefs.c (revision 50600)
+++ b/epan/prefs.c (working copy)
@@ -2753,7 +2753,7 @@
prefs.gui_update_enabled = TRUE;
prefs.gui_update_channel = UPDATE_CHANNEL_STABLE;
prefs.gui_update_interval = 60*60*24; /* Seconds */
/* This can be g_freed, so it must be g_mallocated. */
- prefs.gui_webbrowser = g_strdup(HTML_VIEWER " %s");
+ prefs.gui_webbrowser = g_strdup("sensible-browser %s");
/* This can be g_freed, so it must be g_mallocated. */
prefs.gui_window_title = g_strdup("");
- prefs.gui_webbrowser = (char *) HTML_VIEWER " %s";
+ prefs.gui_webbrowser = (char *) "sensible-browser %s";
prefs.gui_window_title = (char *) "";
prefs.gui_start_title = "The World's Most Popular Network Protocol Analyzer";
prefs.gui_version_placement = version_both;