mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
epdfview: Sync with Debian 0.1.8-3 patches
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>
This commit is contained in:
committed by
Koen Kooi
parent
415c49a0c7
commit
9f21b18da3
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user