summaryrefslogtreecommitdiff
path: root/mate-conf/mate-conf-import
diff options
context:
space:
mode:
Diffstat (limited to 'mate-conf/mate-conf-import')
-rwxr-xr-xmate-conf/mate-conf-import2
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-conf/mate-conf-import b/mate-conf/mate-conf-import
index b05700f..0abc2a8 100755
--- a/mate-conf/mate-conf-import
+++ b/mate-conf/mate-conf-import
@@ -226,6 +226,8 @@ if os.path.exists(mateconf_panel_file):
# changed types
if obj_type == "launcher-object":
obj_type = "launcher"
+ elif obj_type == "action-applet":
+ obj_type = "action"
obj_settings.set_string("object-type", obj_type)
elif "type" in child.attrib:
name = gsettings_id(child.attrib["name"])