From 92ba1e2db39b69340462ce0570bb971154ecdf2d Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Jan 2011 17:42:43 -0800 Subject: Change references from matecomponent-applet to external-applet in mateconf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Germán Póo-Caamaño --- mate-panel/mate-panel-add.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/mate-panel-add.in') diff --git a/mate-panel/mate-panel-add.in b/mate-panel/mate-panel-add.in index 728eebf2..b332ffdb 100644 --- a/mate-panel/mate-panel-add.in +++ b/mate-panel/mate-panel-add.in @@ -261,7 +261,7 @@ class PanelAdder: self.client.set_bool(os.path.join(dir, 'panel_right_stick'), self.right_stick) if self.type == PANEL_TYPE_APPLET: - self.client.set_string(os.path.join(dir, 'object_type'), 'matecomponent-applet') + self.client.set_string(os.path.join(dir, 'object_type'), 'external-applet') self.client.set_string(os.path.join(dir, 'applet_iid'), self.applet_iid) id_list = self._panel_get_list(MATE_PANEL_APPLETS_KEY) id_list.append(id) -- cgit v1.2.1