aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.ja5
-rw-r--r--src/prefs_common.c5
3 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a36ce3dc..c2843e96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-06-02
+ * src/prefs_common.c: prefs_font_select(): select current font
+ when opening the dialog.
+
+2005-06-02
+
* src/prefs_common.[ch]
src/mainwindow.[ch]
src/summaryview.[ch]: added a feature for junk mail control.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index fda707c1..8e9cacee 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,10 @@
2005-06-02
+ * src/prefs_common.c: prefs_font_select(): ダイアログを開く時に
+ 現在のフォントを選択。
+
+2005-06-02
+
* src/prefs_common.[ch]
src/mainwindow.[ch]
src/summaryview.[ch]: 迷惑メール対策機能を追加。
diff --git a/src/prefs_common.c b/src/prefs_common.c
index 021f09ec..556a294f 100644
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -3149,6 +3149,11 @@ static void prefs_font_select(GtkButton *button)
FALSE);
}
+ if (prefs_common.textfont)
+ gtk_font_selection_dialog_set_font_name
+ (GTK_FONT_SELECTION_DIALOG(font_sel_win),
+ prefs_common.textfont);
+
manage_window_set_transient(GTK_WINDOW(font_sel_win));
gtk_window_set_modal(GTK_WINDOW(font_sel_win), TRUE);
gtk_widget_grab_focus