alert).
This commit is contained in:
parent
605188aa23
commit
d8f267efca
2 changed files with 5 additions and 2 deletions
|
|
@ -4982,7 +4982,7 @@
|
|||
- extern EMsgPort *mail_gui_port2;
|
||||
-
|
||||
- e_msgport_put(mail_gui_port2, (EMsg *)m);
|
||||
+ mail_msg_main_loop_push(m);
|
||||
+ mail_msg_main_loop_push(mail_msg_ref (m));
|
||||
}
|
||||
|
||||
if (cancel) {
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
Name: evolution
|
||||
Version: 2.10.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Productivity
|
||||
Summary: GNOME's next-generation groupware suite
|
||||
|
|
@ -747,6 +747,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||
|
||||
%changelog
|
||||
* Sat Jul 14 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.3-2.fc7
|
||||
- Revise patch for GNOME bug #362638 to fix RH bug #245695 (crash on alert).
|
||||
|
||||
* Mon Jul 02 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.3-1.fc7
|
||||
- Update to 2.10.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue