~facundo/magicicada-client/add-dbus-dep

« back to all changes in this revision

Viewing changes to ubuntuone/platform/ipc/perspective_broker.py

  • Committer: Magicicada Bot
  • Author(s): Facundo Batista
  • Date: 2018-04-25 20:17:26 UTC
  • mfrom: (1442.2.3 remove-sync-menu)
  • Revision ID: magicicada_bot-20180425201726-2zmh9i295rai1qj2
[r=nataliabidart] Remove SyncMenu traces - no more UI client except Magicicada own shiny thing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
#
3
3
# Copyright 2011-2012 Canonical Ltd.
 
4
# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)
4
5
#
5
6
# This program is free software: you can redistribute it and/or modify it
6
7
# under the terms of the GNU General Public License version 3, as published
235
236
        'waiting',
236
237
        'waiting_metadata',
237
238
        'waiting_content',
238
 
        'sync_menu',
239
239
    ]
240
240
 
241
241
    signal_mapping = {
296
296
        warnings.warn('Use "waiting" method instead.', DeprecationWarning)
297
297
        return self.service.status.waiting_content()
298
298
 
299
 
    def sync_menu(self):
300
 
        """Return the info necessary to construct the menu."""
301
 
        return self.service.status.sync_menu()
302
 
 
303
299
    @signal
304
300
    def DownloadStarted(self, path):
305
301
        """Fire a signal to notify that a download has started."""