gnome-media r4174 - in trunk/gnome-volume-control: . src
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-media r4174 - in trunk/gnome-volume-control: . src
- Date: Tue, 10 Feb 2009 14:35:40 +0000 (UTC)
Author: hadess
Date: Tue Feb 10 14:35:40 2009
New Revision: 4174
URL: http://svn.gnome.org/viewvc/gnome-media?rev=4174&view=rev
Log:
2009-02-10 Bastien Nocera <hadess hadess net>
* src/gvc-applet.c (maybe_show_status_icons): Revert accidentally
committing the rejected patch for bug #565146
Modified:
trunk/gnome-volume-control/ChangeLog
trunk/gnome-volume-control/src/gvc-applet.c
Modified: trunk/gnome-volume-control/src/gvc-applet.c
==============================================================================
--- trunk/gnome-volume-control/src/gvc-applet.c (original)
+++ trunk/gnome-volume-control/src/gvc-applet.c Tue Feb 10 14:35:40 2009
@@ -87,16 +87,7 @@
stream = gvc_mixer_control_get_default_source (applet->priv->control);
source_outputs = gvc_mixer_control_get_source_outputs (applet->priv->control);
if (stream != NULL && source_outputs != NULL) {
- /* Check that we're not trying to add the peak detector
- * as an application doing recording */
- for (l = source_outputs ; l ; l = l->next) {
- GvcMixerStream *s = l->data;
-
- if (g_strcmp0 (gvc_mixer_stream_get_description (s), _("Peak detect")) != 0) {
- show = TRUE;
- break;
- }
- }
+ show = TRUE;
}
gtk_status_icon_set_visible (GTK_STATUS_ICON (applet->priv->input_status_icon), show);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]