summaryrefslogtreecommitdiff
path: root/stickynotes
diff options
context:
space:
mode:
authorMonsta <[email protected]>2016-01-02 22:52:37 +0300
committerMonsta <[email protected]>2016-01-02 22:52:37 +0300
commit7160d859ece6fe2b8526d518a15e629982e03332 (patch)
tree09aec625d2ceef0f3780609da6aa84d7de76bafe /stickynotes
parent4b8e00c883e00a45693bfd4586a1dc9290083a4a (diff)
downloadmate-applets-7160d859ece6fe2b8526d518a15e629982e03332.tar.bz2
mate-applets-7160d859ece6fe2b8526d518a15e629982e03332.tar.xz
stickynotes: drop MateConf migration script
Diffstat (limited to 'stickynotes')
-rw-r--r--stickynotes/Makefile.am4
-rw-r--r--stickynotes/stickynotes-applet.convert14
2 files changed, 0 insertions, 18 deletions
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am
index 88044b67..05512c41 100644
--- a/stickynotes/Makefile.am
+++ b/stickynotes/Makefile.am
@@ -52,9 +52,6 @@ stickynotes_gschema_in_files = org.mate.stickynotes.gschema.xml.in
gsettings_SCHEMAS = $(stickynotes_gschema_in_files:.xml.in=.xml)
@GSETTINGS_RULES@
-convertdir = $(datadir)/MateConf/gsettings
-convert_DATA = stickynotes-applet.convert
-
appletdir = $(datadir)/mate-panel/applets
applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet)
@@ -82,7 +79,6 @@ EXTRA_DIST = \
$(builder_files) \
$(ui_files) \
$(stickynotes_gschema_in_files) \
- $(convert_DATA) \
$(service_in_files) \
org.mate.applets.StickyNotesApplet.mate-panel-applet.in.in
diff --git a/stickynotes/stickynotes-applet.convert b/stickynotes/stickynotes-applet.convert
deleted file mode 100644
index ef1fa23c..00000000
--- a/stickynotes/stickynotes-applet.convert
+++ /dev/null
@@ -1,14 +0,0 @@
-[org.mate.stickynotes]
-default-width = /apps/stickynotes_applet/defaults/width
-default-height = /apps/stickynotes_applet/defaults/height
-default-color = /apps/stickynotes_applet/defaults/color
-default-font-color = /apps/stickynotes_applet/defaults/font_color
-default-font = /apps/stickynotes_applet/defaults/font
-sticky = /apps/stickynotes_applet/settings/sticky
-locked = /apps/stickynotes_applet/settings/locked
-date-format = /apps/stickynotes_applet/settings/date_format
-use-system-color = /apps/stickynotes_applet/settings/use_system_color
-use-system-font = /apps/stickynotes_applet/settings/use_system_font
-force-default = /apps/stickynotes_applet/settings/force_default
-desktop-hide = /apps/stickynotes_applet/settings/desktop_hide
-confirm-deletion = /apps/stickynotes_applet/settings/confirm_deletion