rpms/evolution/F-8 evolution-2.12.1-source-changed-event.patch, NONE, 1.1 evolution.spec, 1.301, 1.302

Milan Crha (mcrha) fedora-extras-commits at redhat.com
Fri Nov 16 18:36:54 UTC 2007


Author: mcrha

Update of /cvs/pkgs/rpms/evolution/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1443

Modified Files:
	evolution.spec 
Added Files:
	evolution-2.12.1-source-changed-event.patch 
Log Message:
* Fri Nov 16 2007 Milan Crha <mcrha at redhat.com> - 2.12.1-4.fc8
- Add patch for GNOME bug #454465 (fix Save button in task dialog)



evolution-2.12.1-source-changed-event.patch:

--- NEW FILE evolution-2.12.1-source-changed-event.patch ---
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"


Index: evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/F-8/evolution.spec,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- evolution.spec	18 Oct 2007 18:05:35 -0000	1.301
+++ evolution.spec	16 Nov 2007 18:36:19 -0000	1.302
@@ -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 @@
 # 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 @@
 %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 @@
 %dir %{_datadir}/omf/evolution
 
 %changelog
+* Fri Nov 16 2007 Milan Crha <mcrha at 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 at 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.




More information about the fedora-extras-commits mailing list