Hello community, here is the log from the commit of package evolution checked in at Tue May 23 01:06:59 CEST 2006. -------- --- GNOME/evolution/evolution.changes 2006-05-18 11:25:21.000000000 +0200 +++ evolution/evolution.changes 2006-05-22 12:28:59.000000000 +0200 @@ -1,0 +2,7 @@ +Mon May 22 11:58:32 CEST 2006 - sragavan@novell.com + +- Fixes (bnc) + 176714 - Open attachments on double click on them (srini) +- Updated translations (srini) + +------------------------------------------------------------------- New: ---- bnc-176714-open-attachments-dbl-click.diff evo-updated-translations.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution.spec ++++++ --- /var/tmp/diff_new_pack.1yr1AS/_old 2006-05-23 01:06:42.000000000 +0200 +++ /var/tmp/diff_new_pack.1yr1AS/_new 2006-05-23 01:06:42.000000000 +0200 @@ -21,7 +21,7 @@ Autoreqprov: on Obsoletes: bonobo-conf Version: 2.6.0 -Release: 51 +Release: 52 Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.6/%{name}-%{version}.tar.bz2 Source1: summerdance-about2.png @@ -96,6 +96,8 @@ Patch77: bnc-171489-evo-evo-crash-start.diff Patch78: bnc-173186.patch Patch79: bnc-176025-evo-remove-calendar-items.diff +Patch80: bnc-176714-open-attachments-dbl-click.diff +Patch81: evo-updated-translations.diff URL: http://gnome.org/projects/evolution/ BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: filesystem gconf2 shared-mime-info @@ -379,6 +381,8 @@ %patch77 %patch78 %patch79 +%patch80 +%patch81 %build rename no nb po/no.* @@ -500,6 +504,10 @@ %{prefix}/share/gnome-pilot/conduits/*.conduit %changelog -n evolution +* Mon May 22 2006 - sragavan@novell.com +- Fixes (bnc) + 176714 - Open attachments on double click on them (srini) +- Updated translations (srini) * Thu May 18 2006 - sragavan@novell.com - Fixes (bnc) 176025 - Dont delete manually calendar items, as they get removed automatically. ++++++ bnc-176714-open-attachments-dbl-click.diff ++++++ Index: widgets/misc/e-attachment-bar.c =================================================================== RCS file: /cvs/gnome/evolution/widgets/misc/e-attachment-bar.c,v retrieving revision 1.17 diff -u -p -r1.17 e-attachment-bar.c --- widgets/misc/e-attachment-bar.c 21 Apr 2006 19:43:24 -0000 1.17 +++ widgets/misc/e-attachment-bar.c 22 May 2006 05:27:28 -0000 @@ -926,8 +928,8 @@ eab_icon_clicked_cb (EAttachmentBar *bar if (!attachment->store_uri) { CamelURL *curl; - path = temp_save_part (attachment->body); - curl = camel_url_new ("file:", NULL); + path = temp_save_part (attachment->body); + curl = camel_url_new ("file://", NULL); camel_url_set_path ( curl, path); attachment->store_uri = camel_url_to_string (curl, 0); camel_url_free (curl); ++++++ evo-updated-translations.diff ++++++ ++++ 67183 lines (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de