summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 96a75a6..23bed8b 100755
--- a/mate-conf/mate-conf-import
+++ b/mate-conf/mate-conf-import
@@ -272,6 +272,8 @@ if os.path.exists(mateconf_panel_file):
app_type = child[0].text
if app_type == "external-applet":
app_type = "applet"
+ elif app_type == "matecomponent-applet":
+ app_type = "applet"
app_settings.set_string("object-type", app_type)
# applet-iid
elif child.attrib["name"] == "applet_iid":