[gnome-sound-recorder] record.js: Add string changes for missing plugins



commit 672d44dee1672599957ae3351e95c844d043e358
Author: Meg Ford <megford gnome org>
Date:   Mon Jun 2 01:12:12 2014 -0500

    record.js: Add string changes for missing plugins

 src/record.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/record.js b/src/record.js
index 7b54c8c..6c9329e 100644
--- a/src/record.js
+++ b/src/record.js
@@ -154,7 +154,6 @@ const Record = new Lang.Class({
         this.pipeState = PipelineStates.PLAYING;
         
         if (ret == Gst.StateChangeReturn.FAILURE) {
-            this._showErrorDialog(_('Unable to set the pipeline \n to the recording state'));
             this._buildFileName.getTitle().delete_async(GLib.PRIORITY_DEFAULT, null, null); 
         } else {        
             MainWindow.view.setVolume(); 
@@ -205,7 +204,7 @@ const Record = new Lang.Class({
                 if (description != null)
                     errorTwo = description; 
                 this.pipeline.set_state(Gst.State.NULL);      
-                log(errorOne, errorTwo);                       
+                this._showErrorDialog(errorOne, errorTwo);                       
             }
                 
             let s = message.get_structure();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]