rpms/gnome-applets/devel gnome-applets-2.13.90-mixer-crash.patch, 1.2, 1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 8 17:55:53 UTC 2006


Author: rstrode

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

Modified Files:
	gnome-applets-2.13.90-mixer-crash.patch 
Log Message:
- add hunk of patch back that got dropped somehow


gnome-applets-2.13.90-mixer-crash.patch:
 applet.c |    2 --
 load.c   |   12 ++++++------
 2 files changed, 6 insertions(+), 8 deletions(-)

Index: gnome-applets-2.13.90-mixer-crash.patch
===================================================================
RCS file: /cvs/dist/rpms/gnome-applets/devel/gnome-applets-2.13.90-mixer-crash.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-applets-2.13.90-mixer-crash.patch	8 Mar 2006 16:27:21 -0000	1.2
+++ gnome-applets-2.13.90-mixer-crash.patch	8 Mar 2006 17:55:49 -0000	1.3
@@ -1,6 +1,6 @@
---- gnome-applets-2.13.90/mixer/load.c.mixer-crash	2006-03-08 11:00:49.000000000 -0500
-+++ gnome-applets-2.13.90/mixer/load.c	2006-03-08 11:05:45.000000000 -0500
-@@ -247,16 +246,16 @@ create_mixer_collection (void)
+--- gnome-applets-2.13.90/mixer/load.c.mixer-crash	2006-02-12 03:11:39.000000000 -0500
++++ gnome-applets-2.13.90/mixer/load.c	2006-03-08 11:49:03.000000000 -0500
+@@ -246,16 +246,16 @@ create_mixer_collection (void)
  
          /* name already exists, so append a number to make it unique */
          tname = g_strdup_printf ("%s #%d", name, samenamenr + 1);
@@ -23,3 +23,14 @@
  
        /* add to list */
        gst_element_set_state (element, GST_STATE_NULL);
+--- gnome-applets-2.13.90/mixer/applet.c.mixer-crash	2006-03-08 11:49:58.000000000 -0500
++++ gnome-applets-2.13.90/mixer/applet.c	2006-03-08 11:50:05.000000000 -0500
+@@ -471,8 +471,6 @@ gnome_volume_applet_dispose (GObject *ob
+       GstElement *element = GST_ELEMENT (item->data);
+ 
+       gst_element_set_state (element, GST_STATE_NULL);
+-      g_free (g_object_get_data (G_OBJECT (element),
+-				 "gnome-volume-applet-name"));
+       gst_object_unref (GST_OBJECT (element));
+     }
+     g_list_free (applet->elements);




More information about the fedora-cvs-commits mailing list