~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to gnome-panel/gnome-panel-add.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
        self.client.set_bool(os.path.join(dir, 'panel_right_stick'), self.right_stick)
262
262
 
263
263
        if self.type == PANEL_TYPE_APPLET:
264
 
            self.client.set_string(os.path.join(dir, 'object_type'), 'bonobo-applet')
 
264
            self.client.set_string(os.path.join(dir, 'object_type'), 'external-applet')
265
265
            self.client.set_string(os.path.join(dir, 'applet_iid'), self.applet_iid)
266
266
            id_list = self._panel_get_list(PANEL_APPLETS_KEY)
267
267
            id_list.append(id)