From 1317f5eb918e5b0bf3966cf44550ba24890a4e02 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 16 Nov 2007 18:36:19 +0000 Subject: [PATCH] - Add patch for GNOME bug #454465 (fix Save button in task dialog) --- evolution-2.12.1-source-changed-event.patch | 12 ++++++++++++ evolution.spec | 9 ++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 evolution-2.12.1-source-changed-event.patch diff --git a/evolution-2.12.1-source-changed-event.patch b/evolution-2.12.1-source-changed-event.patch new file mode 100644 index 0000000..57195f7 --- /dev/null +++ b/evolution-2.12.1-source-changed-event.patch @@ -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" diff --git a/evolution.spec b/evolution.spec index 10811be..8365332 100644 --- a/evolution.spec +++ b/evolution.spec @@ -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 - 2.12.1-4.fc8 +- Add patch for GNOME bug #454465 (fix Save button in task dialog) + * Thu Oct 18 2007 Matthew Barnes - 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.