Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 17:55:12 -0200
From:      Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
To:        gnome@freebsd.org
Subject:   patches for evolution 2.32
Message-ID:  <1289678112.49475.8.camel@localhost>

next in thread | raw e-mail | index | archive | help

--=-g7OWYpqUbkr7bDcx92c5
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit

hello,
Evolution 2.32 have 2 major problems: one is
related to FreeBSD and g_module_load, I fixed the files/fix-plugins.c
(diff in the attach)
and the other is related to mail-ops.c 
In mail-ops.c line 607 if you are using a different locale other than
english or C,
the "Sent" folder is missing (in my case is named: Saida), in the code,
it tries to display an error and the error pointer is null (there is no
error...), so evolution aborts...
a fix is in the attach too..
Hope you can use them..

Thanks for your attention,

Sergio

--=-g7OWYpqUbkr7bDcx92c5
Content-Disposition: attachment; filename="fixplugins.diff"
Content-Type: text/x-patch; name="fixplugins.diff"; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

--- fix-plugins.sh.orig	2010-06-07 11:21:49.000000000 -0300
+++ fix-plugins.sh	2010-11-13 17:50:42.129239112 -0200
@@ -1,8 +1,8 @@
 #!/bin/sh
=20
-plugin_srcs=3D"addressbook-file/addressbook-file.c attachment-reminder/att=
achment-reminder.c audio-inline/audio-inline.c backup-restore/backup-restor=
e.c bbdb/bbdb.c bogo-junk-plugin/bf-junk-filter.c caldav/caldav-source.c ca=
lendar-file/calendar-file.c calendar-http/calendar-http.c calendar-weather/=
calendar-weather.c contacts-map/contacts-map.c default-mailer/default-maile=
r.c default-source/default-source.c email-custom-header/email-custom-header=
.c external-editor/external-editor.c face/face.c google-account-setup/googl=
e-source.c groupwise-features/install-shared.c hula-account-setup/hula-acco=
unt-setup.c image-inline/image-inline.c imap-features/imap-headers.c itip-f=
ormatter/itip-formatter.c mail-notification/mail-notification.c mail-to-tas=
k/mail-to-task.c mailing-list-actions/mailing-list-actions.c mark-all-read/=
mark-all-read.c plugin-manager/plugin-manager.c prefer-plain/prefer-plain.c=
 profiler/profiler.c pst-import/pst-importer.c publish-calendar/publish-cal=
endar.c sa-junk-plugin/em-junk-filter.c save-calendar/save-calendar.c start=
up-wizard/startup-wizard.c subject-thread/subject-thread.c templates/templa=
tes.c tnef-attachments/tnef-plugin.c vcard-inline/vcard-inline.c webdav-acc=
ount-setup/webdav-contacts-source.c"
+plugin_srcs=3D"addressbook-file/addressbook-file.c attachment-reminder/att=
achment-reminder.c audio-inline/audio-inline.c backup-restore/backup-restor=
e.c bbdb/bbdb.c bogo-junk-plugin/bf-junk-filter.c caldav/caldav-source.c ca=
lendar-file/calendar-file.c calendar-http/calendar-http.c calendar-weather/=
calendar-weather.c contacts-map/contacts-map.c default-mailer/default-maile=
r.c default-source/default-source.c email-custom-header/email-custom-header=
.c external-editor/external-editor.c face/face.c google-account-setup/googl=
e-source.c groupwise-features/install-shared.c hula-account-setup/hula-acco=
unt-setup.c image-inline/image-inline.c imap-features/imap-headers.c itip-f=
ormatter/itip-formatter.c mail-notification/mail-notification.c mail-to-tas=
k/mail-to-task.c mailing-list-actions/mailing-list-actions.c mark-all-read/=
mark-all-read.c plugin-manager/plugin-manager.c prefer-plain/prefer-plain.c=
 profiler/profiler.c pst-import/pst-importer.c publish-calendar/publish-cal=
endar.c sa-junk-plugin/em-junk-filter.c save-calendar/save-calendar.c subje=
ct-thread/subject-thread.c templates/templates.c tnef-attachments/tnef-plug=
in.c vcard-inline/vcard-inline.c webdav-account-setup/webdav-contacts-sourc=
e.c"
=20
-module_srcs=3D"addressbook/evolution-module-addressbook.c calendar/evoluti=
on-module-calendar.c mail/evolution-module-mail.c plugin-lib/evolution-modu=
le-plugin-lib.c plugin-mono/evolution-module-plugin-mono.c plugin-python/ev=
olution-module-plugin-python.c"
+module_srcs=3D"composer-autosave/e-composer-autosave.c startup-wizard/evol=
ution-startup-wizard.c addressbook/evolution-module-addressbook.c calendar/=
evolution-module-calendar.c mail/evolution-module-mail.c plugin-lib/evoluti=
on-module-plugin-lib.c plugin-mono/evolution-module-plugin-mono.c plugin-py=
thon/evolution-module-plugin-python.c"
=20
 WRKSRC=3D$1
=20

--=-g7OWYpqUbkr7bDcx92c5--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1289678112.49475.8.camel>