rpms/gnome-applets/FC-6 gnome-applets-2.16.0.1-fix-null-applet.patch, NONE, 1.1 gnome-applets.spec, 1.194, 1.195

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 10 15:30:05 UTC 2007


Author: rstrode

Update of /cvs/dist/rpms/gnome-applets/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv5391

Modified Files:
	gnome-applets.spec 
Added Files:
	gnome-applets-2.16.0.1-fix-null-applet.patch 
Log Message:
- fix null applet error on login for new users (bug 222104)


gnome-applets-2.16.0.1-fix-null-applet.patch:
 null_applet.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gnome-applets-2.16.0.1-fix-null-applet.patch ---
--- gnome-applets-2.16.0.1/null_applet/null_applet.c.fix-null-applet	2006-12-15 17:09:57.000000000 -0500
+++ gnome-applets-2.16.0.1/null_applet/null_applet.c	2006-12-15 17:10:55.000000000 -0500
@@ -83,7 +83,7 @@
 
 	for (l = list; l; l = l->next)
 	{
-		key = g_strdup_printf ("%p/bonobo_iid", l->data);
+		key = g_strdup_printf ("%s/bonobo_iid", l->data);
 		oafiid = gconf_client_get_string (client, key, &error);
 		if (error)
 		{


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-applets/FC-6/gnome-applets.spec,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- gnome-applets.spec	12 Dec 2006 21:45:56 -0000	1.194
+++ gnome-applets.spec	10 Jan 2007 15:30:02 -0000	1.195
@@ -33,7 +33,7 @@
 Summary:        Small applications for the GNOME panel
 Name:     	gnome-applets
 Version: 	2.16.0.1
-Release:  	12%{?dist}
+Release:  	13%{?dist}
 Epoch:          1
 License:	GPL
 Group:          User Interface/Desktops
@@ -74,6 +74,9 @@
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217919
 Patch26: gnome-applets-2.16.0.1-delay-gstreamer-initialization.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=395035
+Patch27: gnome-applets-2.16.0.1-fix-null-applet.patch
+
 URL:		http://www.gnome.org/
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -169,6 +172,7 @@
 %patch24 -p1 -b .trash-icon-size
 %patch25 -p1 -b .keyboard-indicator-segfault
 %patch26 -p1 -b .delay-gstreamer-initialization
+%patch27 -p1 -b .fix-null-applet
 
 cp gswitchit/gswitchit-applet.png  gswitchit/gswitchit-properties-capplet.png
 
@@ -358,6 +362,9 @@
 %{_libdir}/pkgconfig/gweather.pc
 
 %changelog
+* Wed Jan 10 2007 Ray Strode <rstrode at redhat.com> - 1:2.16.0.1-13
+- fix null applet error on login for new users (bug 222104)
+
 * Tue Dec 12 2006 Ray Strode <rstrode at redhat.com> - 1:2.16.0.1-12
 - fix mixer applet error on login for new users (bug 217919)
 




More information about the fedora-cvs-commits mailing list