aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-17 08:04:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-17 08:04:38 +0000
commitae80b6762e034c60f94fdbff7a9f5d169a1f2b7f (patch)
tree8d347c76749793e3f93c17f0a99d3a26a70e5544 /libsylph/prefs_common.c
parentce4e62e941cd69bf6b93b0982240854e3e8157dd (diff)
win32: fixed compilation failure.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@655 ee746299-78ed-0310-b773-934348b2243d
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},