[gnome-sound-recorder] mainWindow.js: Show the buttons when the recording stops.



commit 6c70d88800024a2d89011884b4a41051849ad5f5
Author: Meg Ford <meg387 gmail com>
Date:   Fri Jan 24 20:03:27 2014 -0600

    mainWindow.js: Show the buttons when the recording stops.
    
    Show play, info, and delete buttons again when playback ends.

 src/mainWindow.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 53674f6..946efdf 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -182,7 +182,7 @@ const MainView = new Lang.Class({
                         child.sensitive = false;
                     }  
                            
-                    if (child.name == "PlayToolBar" ) {
+                    else {
                         child.show();
                         child.sensitive = true;
                     }


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