aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index aaf50707..517c4b7b 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -306,8 +306,8 @@ static PrefParam param[] = {
{"uri_open_command", NULL, &prefs_common.uri_cmd,
#else
{"uri_open_command", DEFAULT_BROWSER_CMD, &prefs_common.uri_cmd,
- P_STRING},
#endif
+ P_STRING},
{"print_command", "lpr %s", &prefs_common.print_cmd, P_STRING},
{"ext_editor_command", "gedit %s", &prefs_common.ext_editor_cmd,
P_STRING},