summaryrefslogtreecommitdiffstats
path: root/x11/gnome-applets/files/patch-mixer_applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-applets/files/patch-mixer_applet.c')
-rw-r--r--x11/gnome-applets/files/patch-mixer_applet.c11
1 files changed, 0 insertions, 11 deletions
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 178c7d5a3..000000000
--- a/x11/gnome-applets/files/patch-mixer_applet.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- mixer/applet.c.orig Tue Oct 4 00:15:40 2005
-+++ mixer/applet.c Tue Oct 4 00:16:09 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] = lrintf (volume);
-+ volumes[n] = (int)rint (volume);
- gst_mixer_set_volume (mixer, track, volumes);
- g_free (volumes);
- }