From 7cec4dd1d7b76d2455cf14834d507c3af6fe8525 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 5 Aug 2008 05:50:47 +0000 Subject: Update to 2.23.4. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11211 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-applets/files/patch-mixer_applet.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 x11/gnome-applets/files/patch-mixer_applet.c (limited to 'x11/gnome-applets/files') diff --git a/x11/gnome-applets/files/patch-mixer_applet.c b/x11/gnome-applets/files/patch-mixer_applet.c deleted file mode 100644 index d7c0eb517..000000000 --- a/x11/gnome-applets/files/patch-mixer_applet.c +++ /dev/null @@ -1,11 +0,0 @@ ---- mixer/applet.c.orig Mon Nov 7 09:53:52 2005 -+++ mixer/applet.c Mon Nov 28 01:16:50 2005 -@@ -953,7 +953,7 @@ gnome_volume_applet_adjust_volume (GstMi - - volumes = g_new (gint, track->num_channels); - for (n = 0; n < track->num_channels; n++) -- volumes[n] = lrint (volume); -+ volumes[n] = (int) rint (volume); - gst_mixer_set_volume (mixer, track, volumes); - g_free (volumes); - } -- cgit v1.2.3