[gnome-documents] presentation: update for new GnomeDesktop API



commit 3c63a30c8464030ff8e80be8efbe7ac5424c56db
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Aug 24 09:00:41 2013 -0700

    presentation: update for new GnomeDesktop API
    
    This function doesn't exist anymore, as all the outputs listed are
    already connected.

 src/presentation.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/presentation.js b/src/presentation.js
index 379c43d..06cf2ae 100644
--- a/src/presentation.js
+++ b/src/presentation.js
@@ -205,8 +205,6 @@ const PresentationOutputs = new Lang.Class({
         this.list = [];
         for (let idx in this._outputs) {
             let output = this._outputs[idx];
-            if (!output.is_connected())
-                continue;
 
             let out = new PresentationOutput();
             out.name = output.get_name();


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