gnome-media r3812 - in trunk/grecord: . src
- From: malureau svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-media r3812 - in trunk/grecord: . src
- Date: Sun, 23 Mar 2008 13:06:57 +0000 (GMT)
Author: malureau
Date: Sun Mar 23 13:06:56 2008
New Revision: 3812
URL: http://svn.gnome.org/viewvc/gnome-media?rev=3812&view=rev
Log:
2008-03-23 Marc-Andre Lureau <marcandre lureau gmail com>
* grecord/src/gsr-window.c: Changed the error message when
the capture settings are not working.
Modified:
trunk/grecord/ChangeLog
trunk/grecord/src/gsr-window.c
Modified: trunk/grecord/src/gsr-window.c
==============================================================================
--- trunk/grecord/src/gsr-window.c (original)
+++ trunk/grecord/src/gsr-window.c Sun Mar 23 13:06:56 2008
@@ -1812,7 +1812,8 @@
if (!gst_element_set_state (source, GST_STATE_READY)) {
show_error_dialog (NULL, NULL,
_("Your audio capture settings are invalid. "
- "Please correct them in the Multimedia settings."));
+ "Please correct them with the \"Sound Preferences\" "
+ "under the System-Preferences menu."));
return FALSE;
}
window->priv->source = source;
@@ -1885,7 +1886,7 @@
if (model)
gtk_list_store_clear (GTK_LIST_STORE (model));
- if (GST_IS_MIXER (window->priv->mixer) == NULL) {
+ if (!GST_IS_MIXER (window->priv->mixer)) {
gtk_widget_set_sensitive (window->priv->input, FALSE);
return;
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]