[gnome-shell] TelepathyClient: fix includes
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] TelepathyClient: fix includes
- Date: Thu, 13 Sep 2012 22:00:31 +0000 (UTC)
commit b3041ae9fc2eb4faedc9958fdaf9929983350e84
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Thu Sep 13 23:42:08 2012 +0200
TelepathyClient: fix includes
The chat menu requires the PopupMenu module.
https://bugzilla.gnome.org/show_bug.cgi?id=683989
js/ui/components/telepathyClient.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js
index 3e9087c..b1db3c6 100644
--- a/js/ui/components/telepathyClient.js
+++ b/js/ui/components/telepathyClient.js
@@ -11,10 +11,10 @@ const Tpl = imports.gi.TelepathyLogger;
const Tp = imports.gi.TelepathyGLib;
const History = imports.misc.history;
-const Params = imports.misc.params;
const Main = imports.ui.main;
const MessageTray = imports.ui.messageTray;
-
+const Params = imports.misc.params;
+const PopupMenu = imports.ui.popupMenu;
// See Notification.appendMessage
const SCROLLBACK_IMMEDIATE_TIME = 60; // 1 minute
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]