From ae80b6762e034c60f94fdbff7a9f5d169a1f2b7f Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 17 Oct 2005 08:04:38 +0000 Subject: win32: fixed compilation failure. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@655 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 4 ++++ ChangeLog.ja | 4 ++++ libsylph/prefs_common.c | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bbdf4a44..28ab0d72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/ChangeLog.ja b/ChangeLog.ja index 9b8c9dc6..32fd81e0 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,3 +1,7 @@ +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}, -- cgit v1.2.3