[gnome-shell] lookingGlass: Don't include telepathy import by default



commit 9a38011e1ef976eabc51ae30ce45fc8de8397b85
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Mar 10 17:49:31 2017 +0100

    lookingGlass: Don't include telepathy import by default
    
    It's hardly a common include nowadays, and removing it keeps all
    telepathy usage contained in the telepathyClient component.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779878

 js/ui/lookingGlass.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/lookingGlass.js b/js/ui/lookingGlass.js
index 7dd8bd1..c5bf28f 100644
--- a/js/ui/lookingGlass.js
+++ b/js/ui/lookingGlass.js
@@ -33,7 +33,6 @@ var commandHeader = 'const Clutter = imports.gi.Clutter; ' +
                     'const Mainloop = imports.mainloop; ' +
                     'const Meta = imports.gi.Meta; ' +
                     'const Shell = imports.gi.Shell; ' +
-                    'const Tp = imports.gi.TelepathyGLib; ' +
                     'const Main = imports.ui.main; ' +
                     'const Lang = imports.lang; ' +
                     'const Tweener = imports.ui.tweener; ' +


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