aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-24 09:37:00 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-24 09:37:00 +0000
commit21fb7010272990c1f9a9e0fdd09e3bae48855a12 (patch)
tree5223b78ddb35f19583fa3dc4a33848d5f283e969 /src/prefs_common.c
parent1e2e2b3010c8474ef0b5d93b7c20af5eead5c31d (diff)
also migrate sylpheedrc.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@37 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common.c')
-rw-r--r--src/prefs_common.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/prefs_common.c b/src/prefs_common.c
index bfe6a8d0..5fdc9b07 100644
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -338,17 +338,17 @@ static PrefParam param[] = {
prefs_set_data_from_text, prefs_set_text},
/* Display */
- {"widget_font", NULL, &prefs_common.widgetfont, P_STRING,
+ {"widget_font_name", NULL, &prefs_common.widgetfont, P_STRING,
NULL, NULL, NULL},
- {"message_font", DEFAULT_MESSAGE_FONT, &prefs_common.textfont, P_STRING,
+ {"message_font_name", DEFAULT_MESSAGE_FONT, &prefs_common.textfont, P_STRING,
&display.entry_textfont, prefs_set_data_from_entry, prefs_set_entry},
- {"normal_font", DEFAULT_NORMAL_FONT, &prefs_common.normalfont, P_STRING,
+ {"normal_font_name", DEFAULT_NORMAL_FONT, &prefs_common.normalfont, P_STRING,
NULL, NULL, NULL},
- {"bold_font", DEFAULT_BOLD_FONT, &prefs_common.boldfont, P_STRING,
+ {"bold_font_name", DEFAULT_BOLD_FONT, &prefs_common.boldfont, P_STRING,
NULL, NULL, NULL},
- {"small_font", DEFAULT_SMALL_FONT, &prefs_common.smallfont, P_STRING,
+ {"small_font_name", DEFAULT_SMALL_FONT, &prefs_common.smallfont, P_STRING,
NULL, NULL, NULL},
- {"title_font", DEFAULT_TITLE_FONT, &prefs_common.titlefont, P_STRING,
+ {"title_font_name", DEFAULT_TITLE_FONT, &prefs_common.titlefont, P_STRING,
NULL, NULL, NULL},
{"display_folder_unread_num", "TRUE",