summaryrefslogtreecommitdiff
path: root/mate-panel/mate-panel-add.in
diff options
context:
space:
mode:
authorVincent Untz <[email protected]>2011-01-07 17:42:43 -0800
committerBenjamin Valentin <[email protected]>2012-03-26 23:05:55 +0200
commit92ba1e2db39b69340462ce0570bb971154ecdf2d (patch)
tree4768b1e58a1b12a4bef9cf49f140c6ab2c878ec6 /mate-panel/mate-panel-add.in
parent5b2e5096babd9008c9f29836a93302816e15b68f (diff)
downloadmate-panel-92ba1e2db39b69340462ce0570bb971154ecdf2d.tar.bz2
mate-panel-92ba1e2db39b69340462ce0570bb971154ecdf2d.tar.xz
Change references from matecomponent-applet to external-applet in mateconf
Signed-off-by: Germán Póo-Caamaño <[email protected]>
Diffstat (limited to 'mate-panel/mate-panel-add.in')
-rw-r--r--mate-panel/mate-panel-add.in2
1 files changed, 1 insertions, 1 deletions
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)