summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/evolution/files/evolution-1.2.0-settingscrash.patch')
-rw-r--r--net-mail/evolution/files/evolution-1.2.0-settingscrash.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-mail/evolution/files/evolution-1.2.0-settingscrash.patch b/net-mail/evolution/files/evolution-1.2.0-settingscrash.patch
deleted file mode 100644
index 7420a5c336fa..000000000000
--- a/net-mail/evolution/files/evolution-1.2.0-settingscrash.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-RCS file: /cvs/gnome/evolution/mail/mail-composer-prefs.c,v
-diff -u -r1.38 -r1.39
---- evolution/mail/mail-composer-prefs.c 2002/11/15 17:31:52 1.38
-+++ evolution/mail/mail-composer-prefs.c 2002/11/18 17:05:59 1.39
-@@ -746,8 +746,13 @@
-
- CORBA_exception_init (&ev);
- prefs->language_seq = GNOME_Spell_Dictionary_getLanguages (dict, &ev);
-+ if (ev._major != CORBA_NO_EXCEPTION)
-+ prefs->language_seq = NULL;
- CORBA_exception_free (&ev);
-
-+ if (prefs->language_seq == NULL)
-+ return FALSE;
-+
- gconf_client_add_dir (prefs->gconf, GNOME_SPELL_GCONF_DIR, GCONF_CLIENT_PRELOAD_NONE, NULL);
-
- spell_setup (prefs);