- Add patch for RH bug #238551 (incorrect attachment count).
This commit is contained in:
parent
2e368180bf
commit
cb9f1e1060
11
evolution-2.10.1-e-attachment-bar.patch
Normal file
11
evolution-2.10.1-e-attachment-bar.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- evolution-2.10.1/widgets/misc/e-attachment-bar.c.e-attachment-bar 2007-05-01 11:22:41.000000000 -0400
|
||||
+++ evolution-2.10.1/widgets/misc/e-attachment-bar.c 2007-05-01 15:10:49.000000000 -0400
|
||||
@@ -491,6 +491,8 @@
|
||||
g_ptr_array_free (temp_arr, TRUE);
|
||||
|
||||
update (bar);
|
||||
+
|
||||
+ g_signal_emit (bar, signals[CHANGED], 0);
|
||||
|
||||
id++;
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
Name: evolution
|
||||
Version: 2.10.1
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Productivity
|
||||
Summary: GNOME's next-generation groupware suite
|
||||
@ -170,6 +170,9 @@ Patch50: evolution-2.10.1-fix-uri-handling.patch
|
||||
# RH bug #236399 / GNOME bug #434019
|
||||
Patch51: evolution-2.10.1-en_CA-attribution-format.patch
|
||||
|
||||
# RH bug #238551 / GNOME bug #434981
|
||||
Patch52: evolution-2.10.1-e-attachment-bar.patch
|
||||
|
||||
## Dependencies ###
|
||||
|
||||
Requires(post): GConf2
|
||||
@ -326,6 +329,7 @@ Development files needed for building things which link against evolution.
|
||||
%patch49 -p1 -b .saving-attachments
|
||||
%patch50 -p1 -b .fix-uri-handling
|
||||
%patch51 -p1 -b .en_CA-attribution-format
|
||||
%patch52 -p1 -b .e-attachment-bar
|
||||
|
||||
mkdir -p krb5-fakeprefix/include
|
||||
mkdir -p krb5-fakeprefix/lib
|
||||
@ -747,6 +751,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||
|
||||
%changelog
|
||||
* Tue May 01 2007 Matthew Barnes <mbarnes@redhat.com. - 2.10.1-11.fc7
|
||||
- Add patch for RH bug #238551 (incorrect attachment count).
|
||||
|
||||
* Tue May 01 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.1-10.fc7
|
||||
- Revise patch for GNOME bug #363695 to fix RH bug #238497
|
||||
(crash sorting "To" column).
|
||||
|
Loading…
Reference in New Issue
Block a user