From c81f15186809952ed6fca75f2d60d605218fed2d Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 6 Apr 2013 22:34:56 +0200 Subject: mate-conf-import: Add support for action applets --- 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 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"]) -- cgit v1.2.1