~nataliabidart/ubuntuone-control-panel/package-utils

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/gtk/gui.py

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2011-09-19 18:13:28 UTC
  • mfrom: (226.2.3 evo-thunderbird)
  • Revision ID: tarmac-20110919181328-v954tx4hc8jyt18m
- Removed all code related to Bookmarks (LP: #850142).
- Replaces references to "Evolution" by "Thunderbird" (LP: #849494).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1121
1121
        self.files_icon.set_from_file(get_data_file(SERVICES_FILES_ICON))
1122
1122
        self.files_example.set_from_file(get_data_file(SERVICES_FILES_EXAMPLE))
1123
1123
        self.contacts_icon.set_from_file(get_data_file(SERVICES_CONTACTS_ICON))
1124
 
        icon = get_data_file(SERVICES_BOOKMARKS_ICON)
1125
 
        self.bookmarks_icon.set_from_file(icon)
1126
1124
 
1127
 
        self.plugin_names = {'contacts': CONTACTS,
1128
 
                             'bookmarks': BOOKMARKS}
 
1125
        self.plugin_names = {'contacts': CONTACTS}
1129
1126
 
1130
1127
        self.package_manager = package_manager.PackageManager()
1131
1128
        self.install_box = None
1164
1161
        """
1165
1162
        uri_hook(None, CONTACTS)
1166
1163
 
1167
 
    def on_bookmarks_button_clicked(self, *args, **kwargs):
1168
 
        """The bookmarks button was clicked.
1169
 
 
1170
 
        XXX: this should be part of the DesktopcouchService widget.
1171
 
 
1172
 
        """
1173
 
 
1174
1164
    @log_call(logger.debug)
1175
1165
    def load(self):
1176
1166
        """Load info."""