- Add patch for GNOME bug #454465 (fix Save button in task dialog)

This commit is contained in:
Milan Crha 2007-11-16 18:36:19 +00:00
commit 1317f5eb91
2 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,12 @@
diff -up evolution-2.12.1/calendar/gui/dialogs/task-page.c.source-changed-event evolution-2.12.1/calendar/gui/dialogs/task-page.c
--- evolution-2.12.1/calendar/gui/dialogs/task-page.c.source-changed-event 2007-11-16 19:07:11.000000000 +0100
+++ evolution-2.12.1/calendar/gui/dialogs/task-page.c 2007-11-16 19:08:06.000000000 +0100
@@ -1837,7 +1837,7 @@ init_widgets (TaskPage *tpage)
G_CALLBACK (categories_clicked_cb), tpage);
/* Source selector */
- g_signal_connect((priv->source_selector), "source_changed",
+ g_signal_connect((priv->source_selector), "changed",
G_CALLBACK (source_changed_cb), tpage);
/* Connect the default signal handler to use to make sure the "changed"

View file

@ -46,7 +46,7 @@
Name: evolution
Version: 2.12.1
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2 and GFDL+
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -126,6 +126,9 @@ Patch35: evolution-2.11.92-mail-attachment.patch
# GNOME bug #477045
Patch36: evolution-2.11.92-icon-names.patch
# GNOME bug #454465
Patch37: evolution-2.12.1-source-changed-event.patch
## Dependencies ###
Requires(post): GConf2
@ -269,6 +272,7 @@ This package contains the help for Evolution.
%patch34 -p1 -b .e-source-combo-box
%patch35 -p1 -b .mail-attachment
%patch36 -p1 -b .icon-names
%patch37 -p1 -b .source-changed-event
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -719,6 +723,9 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/omf/evolution
%changelog
* Fri Nov 16 2007 Milan Crha <mcrha@redhat.com> - 2.12.1-4.fc8
- Add patch for GNOME bug #454465 (fix Save button in task dialog)
* Thu Oct 18 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-3.fc8
- Disable patch for GNOME bug #376991 for now. It may be contributing
to password prompting problems as described in RH bug #296671.