From b05f238d3f7776376d5087eb4096d86f62d5902e Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 4 Mar 2001 11:08:09 +0000 Subject: [PATCH] applied a patch from David Odin that fixes a typo 2001-03-04 Sven Neumann * app/preferences_dialog.c (prefs_save_callback): applied a patch from David Odin that fixes a typo in the code. --- ChangeLog | 5 +++++ app/dialogs/preferences-dialog.c | 2 +- app/gui/preferences-dialog.c | 2 +- app/preferences_dialog.c | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3060608fd..8fa51f66c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-04 Sven Neumann + + * app/preferences_dialog.c (prefs_save_callback): applied a patch + from David Odin that fixes a typo in the code. + 2001-03-04 Michael Natterer * app/Makefile.am diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c index 63ea8b2d13..de56686a27 100644 --- a/app/dialogs/preferences-dialog.c +++ b/app/dialogs/preferences-dialog.c @@ -684,7 +684,7 @@ prefs_save_callback (GtkWidget *widget, if (trust_dirty_flag != old_trust_dirty_flag) { update = g_list_append (update, "trust-dirty-flag"); - remove = g_list_append (update, "dont-trust-dirty-flag"); + remove = g_list_append (remove, "dont-trust-dirty-flag"); } if (use_help != old_use_help) { diff --git a/app/gui/preferences-dialog.c b/app/gui/preferences-dialog.c index 63ea8b2d13..de56686a27 100644 --- a/app/gui/preferences-dialog.c +++ b/app/gui/preferences-dialog.c @@ -684,7 +684,7 @@ prefs_save_callback (GtkWidget *widget, if (trust_dirty_flag != old_trust_dirty_flag) { update = g_list_append (update, "trust-dirty-flag"); - remove = g_list_append (update, "dont-trust-dirty-flag"); + remove = g_list_append (remove, "dont-trust-dirty-flag"); } if (use_help != old_use_help) { diff --git a/app/preferences_dialog.c b/app/preferences_dialog.c index 63ea8b2d13..de56686a27 100644 --- a/app/preferences_dialog.c +++ b/app/preferences_dialog.c @@ -684,7 +684,7 @@ prefs_save_callback (GtkWidget *widget, if (trust_dirty_flag != old_trust_dirty_flag) { update = g_list_append (update, "trust-dirty-flag"); - remove = g_list_append (update, "dont-trust-dirty-flag"); + remove = g_list_append (remove, "dont-trust-dirty-flag"); } if (use_help != old_use_help) {