From a3b34747e3f357eb0f373f300aac79fcd1e1d8c5 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 7 Apr 2013 12:10:22 +0200 Subject: mate-conf-import: Add support for matecomponent-applet --- mate-conf/mate-conf-import | 2 ++ 1 file changed, 2 insertions(+) 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": -- cgit v1.2.1