aboutsummaryrefslogtreecommitdiff
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
parentce4e62e941cd69bf6b93b0982240854e3e8157dd (diff)
win32: fixed compilation failure.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@655 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--libsylph/prefs_common.c2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bbdf4a44..28ab0d72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-10-17
+ * libsylph/prefs_common.c: win32: fixed compilation failure.
+
+2005-10-17
+
* src/prefs_common_dialog.c: added the default browser to the option
of URI command.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 9b8c9dc6..32fd81e0 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,9 @@
2005-10-17
+ * libsylph/prefs_common.c: win32: コンパイルに失敗するのを修正。
+
+2005-10-17
+
* src/prefs_common_dialog.c: URI コマンドの選択肢に既定のブラウザを
追加。
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},