aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-02 09:42:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-02 09:42:05 +0000
commitcbc9395569bb7c7b51079ab3cb0db1d36345f03c (patch)
tree96fda47e89102d6c3e10597684db48f20b43f1cb /src/main.c
parent037f225bd504396e5d326029248a2eab56dd5b8c (diff)
moved prefs_filter_read_config() to filter.c.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@542 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 5bb948ae..6afcd213 100644
--- a/src/main.c
+++ b/src/main.c
@@ -196,7 +196,7 @@ int main(int argc, char *argv[])
CHDIR_EXIT_IF_FAIL(get_home_dir(), 1);
prefs_common_read_config();
- prefs_filter_read_config();
+ filter_read_config();
prefs_actions_read_config();
prefs_display_header_read_config();
@@ -501,7 +501,7 @@ void app_will_exit(GtkWidget *widget, gpointer data)
main_window_get_size(mainwin);
main_window_get_position(mainwin);
prefs_common_write_config();
- prefs_filter_write_config();
+ filter_write_config();
account_write_config_all();
addressbook_export_to_file();