From b3041ae9fc2eb4faedc9958fdaf9929983350e84 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Thu, 13 Sep 2012 23:42:08 +0200 Subject: [PATCH] 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 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js index 3e9087c81..b1db3c6f0 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