applied magic_links_settings.patch

svn path=/trunk/; revision=18980
This commit is contained in:
Radek Doulik
2002-12-02 11:49:23 +00:00
parent 0ac49c9334
commit 4a8f880e59
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-11-25 Radek Doulik <rodo@ximian.com>
* mail-preferences.c (mail_preferences_construct): magic_check -->
magic_links_check
2002-11-27 Not Zed <NotZed@Ximian.com>
* message-tag-followup.c (construct): gnome_pixmap -> gtkimage.

View File

@ -200,7 +200,7 @@ mail_preferences_construct (MailPreferences *prefs)
char *buf;
char *names[][2] = {
{ "anim_check", "chkShowAnimatedImages" },
{ "magic_check", "chkAutoDetectLinks" },
{ "magic_links_check", "chkAutoDetectLinks" },
{ NULL, NULL }
};