[gnome-shell] lookingGlass: Add TelepathyGLib to the default set of imports



commit 8ce97961b4a2778b15ebb73daacf6eadb622e0cb
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Feb 26 09:25:39 2011 -0500

    lookingGlass: Add TelepathyGLib to the default set of imports
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642793

 js/ui/lookingGlass.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/lookingGlass.js b/js/ui/lookingGlass.js
index c98fa22..8caf657 100644
--- a/js/ui/lookingGlass.js
+++ b/js/ui/lookingGlass.js
@@ -27,6 +27,7 @@ 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]