mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
9f21b18da3
This includes the patches in use in Debian package to fix color inversion and other minor issues. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
18 lines
552 B
Diff
18 lines
552 B
Diff
Imported from Debian 0.1.8-3
|
|
|
|
Upstream-Status: Pending
|
|
|
|
diff --git a/src/Config.cxx b/src/Config.cxx
|
|
index 28f37ab..bc58819 100644
|
|
--- a/src/Config.cxx
|
|
+++ b/src/Config.cxx
|
|
@@ -22,7 +22,7 @@
|
|
using namespace ePDFView;
|
|
|
|
// Constants
|
|
-static const gchar *DEFAULT_EXTERNAL_BROWSER_COMMAND_LINE = "firefox %s";
|
|
+static const gchar *DEFAULT_EXTERNAL_BROWSER_COMMAND_LINE = "x-www-browser %s";
|
|
static const gchar *DEFAULT_OPEN_FILE_FOLDER = NULL;
|
|
static const gchar *DEFAULT_SAVE_FILE_FOLDER = NULL;
|
|
static const gboolean DEFAULT_SHOW_STATUSBAR = TRUE;
|