rpms/gnome-applets/devel gnome-applets-2.18.0-node-leak.patch, NONE, 1.1 gnome-applets.spec, 1.217, 1.218

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 9 23:59:40 UTC 2007


Author: mclasen

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

Modified Files:
	gnome-applets.spec 
Added Files:
	gnome-applets-2.18.0-node-leak.patch 
Log Message:
fix a leak in the keyboard indicator applet


gnome-applets-2.18.0-node-leak.patch:
 gswitchit-applet.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE gnome-applets-2.18.0-node-leak.patch ---
--- gnome-applets-2.18.0/gswitchit/gswitchit-applet.c.node-leak	2007-04-10 01:40:23.000000000 +0200
+++ gnome-applets-2.18.0/gswitchit/gswitchit-applet.c	2007-04-10 01:41:27.000000000 +0200
@@ -502,6 +502,7 @@
 		bonobo_ui_component_add_verb (popup, verb, (BonoboUIVerbFn)
 					      GSwitchItAppletCmdSetGroup,
 					      sia);
+		bonobo_ui_node_unref (node);
 		xkl_debug (160,
 			   "Registered group menu item \'%s\' as \'%s\'\n",
 			   verb, *currentName);


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- gnome-applets.spec	31 Mar 2007 22:40:40 -0000	1.217
+++ gnome-applets.spec	9 Apr 2007 23:59:38 -0000	1.218
@@ -33,7 +33,7 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	2.18.0
-Release: 	6%{?dist}
+Release: 	7%{?dist}
 Epoch:          1
 License:	GPL
 Group:          User Interface/Desktops
@@ -58,6 +58,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=424989
 Patch32:	gnome-applets-2.18.0-bug-buddy.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=428072
+Patch33:	gnome-applets-2.18.0-node-leak.patch
+
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  gtk2-devel >= %{gtk2_version}
 BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
@@ -141,6 +144,7 @@
 %patch30 -p1 -b .fix-null-applet
 %patch31 -p1 -b .fix-find
 %patch32 -p1 -b .bug-buddy
+%patch33 -p1 -b .node-leak
 
 cp gswitchit/gswitchit-applet.png  gswitchit/gswitchit-properties-capplet.png
 
@@ -326,6 +330,9 @@
 %{_libdir}/pkgconfig/gweather.pc
 
 %changelog
+* Tue Apr 10 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.18.0-7
+- Fix a leak in the keyboard indicator applet
+
 * Sat Mar 31 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.18.0-6
 - Fix the bug-buddy support of the accessx status applet
 




More information about the fedora-cvs-commits mailing list