989a18a
diff -up gedit-2.31.5/data/gedit.convert.gsettings-migration gedit-2.31.5/data/gedit.convert
989a18a
--- gedit-2.31.5/data/gedit.convert.gsettings-migration	2010-07-14 10:51:07.169956001 -0400
989a18a
+++ gedit-2.31.5/data/gedit.convert	2010-07-14 10:51:07.169956001 -0400
175086d
@@ -0,0 +1,47 @@
175086d
+[org.gnome.gedit.preferences.editor]
175086d
+use-default-font = /apps/gedit-2/preferences/editor/font/use_default_font
175086d
+editor-font = /apps/gedit-2/preferences/editor/font/editor_font
175086d
+scheme = /apps/gedit-2/preferences/editor/colors/scheme
175086d
+create-backup-copy = /apps/gedit-2/preferences/editor/save/create_backup_copy
175086d
+auto-save = /apps/gedit-2/preferences/editor/save/auto_save
175086d
+auto-save-interval = /apps/gedit-2/preferences/editor/save/auto_save_interval
175086d
+undo-actions-limit = /apps/gedit-2/preferences/editor/undo/undo_actions_limit
175086d
+max-undo-actions = /apps/gedit-2/preferences/editor/undo/max_undo_actions
175086d
+wrap-mode = /apps/gedit-2/preferences/editor/wrap_mode/wrap_mode
175086d
+tabs-size = /apps/gedit-2/preferences/editor/tabs/tabs_size
175086d
+insert-spaces = /apps/gedit-2/preferences/editor/tabs/insert_spaces
175086d
+auto-indent = /apps/gedit-2/preferences/editor/auto_indent/auto_indent
175086d
+display-line-numbers = /apps/gedit-2/preferences/editor/line_numbers/display_line_numbers
175086d
+highlight-current-line = /apps/gedit-2/preferences/editor/current_line/highlight_current_line
175086d
+bracket-matching = /apps/gedit-2/preferences/editor/bracket_matching/bracket_matching
175086d
+display-right-margin = /apps/gedit-2/preferences/editor/right_margin/display_right_margin
175086d
+right-margin-position = /apps/gedit-2/preferences/editor/right_margin/right_margin_position
175086d
+smart-home-end = /apps/gedit-2/preferences/editor/smart_home_end/smart_home_end
175086d
+writable-vfs-schemes = /apps/gedit-2/preferences/editor/save/writable_vfs_schemes
175086d
+restore-cursor-position = /apps/gedit-2/preferences/editor/cursor_position/restore_cursor_position
175086d
+syntax-highlighting = /apps/gedit-2/preferences/syntax_highlighting/enable
175086d
+search-highlighting = /apps/gedit-2/preferences/search_highlighting/enable
175086d
+
175086d
+[org.gnome.gedit-preferences.ui]
175086d
+toolbar-visible = /apps/gedit-2/preferences/ui/toolbar/toolbar_visible
175086d
+toolbar-buttons-style = /apps/gedit-2/preferences/ui/toolbar/toolbar_buttons_style
175086d
+statusbar-visible = /apps/gedit-2/preferences/ui/statusbar/statusbar_visible
175086d
+side-pane-visible = /apps/gedit-2/preferences/ui/side_pane/side_pane_visible
175086d
+bottom-pane-visible = /apps/gedit-2/preferences/ui/bottom_panel/bottom_panel_visible
175086d
+max-recents = /apps/gedit-2/preferences/ui/recents/max_recents
175086d
+
175086d
+[org.gnome.gedit.preferences.print]
175086d
+print-syntax-highlighting =/apps/gedit-2/preferences/print/page/print_syntax_highlighting
175086d
+print-header = /apps/gedit-2/preferences/print/page/print_header
175086d
+print-wrap-mode = /apps/gedit-2/preferences/print/page/print_wrap_mode
175086d
+#print-line-numbers = /apps/gedit-2/preferences/print/page/print_line_numbers
175086d
+print-font-body-pango = /apps/gedit-2/preferences/print/fonts/print_font_body_pango
175086d
+print-font-header-pango = /apps/gedit-2/preferences/print/fonts/print_font_header_pango
175086d
+print-font-numbers-pango = /apps/gedit-2/preferences/print/fonts/print_font_numbers_pango
175086d
+
175086d
+[org.gnome.gedit.preferences.encodings]
175086d
+auto-detected = /apps/gedit-2/preferences/encodings/auto_detected
175086d
+shown-in-menu = /apps/gedit-2/preferences/encodings/shown_in_menu
175086d
+
175086d
+[org.gnome.gedit.plugins]
175086d
+active-plugins = /apps/gedit-2/plugins/active-plugins
989a18a
diff -up gedit-2.31.5/data/Makefile.am.gsettings-migration gedit-2.31.5/data/Makefile.am
989a18a
--- gedit-2.31.5/data/Makefile.am.gsettings-migration	2010-07-06 06:33:40.000000000 -0400
989a18a
+++ gedit-2.31.5/data/Makefile.am	2010-07-14 10:52:46.159956002 -0400
175086d
@@ -26,6 +26,9 @@ gsettings_SCHEMAS = org.gnome.gedit.gsch
989a18a
 
175086d
 @GSETTINGS_RULES@
175086d
 
175086d
+convertdir = $(datadir)/GConf/gsettings
175086d
+convert_DATA = gedit.convert
175086d
+
175086d
 EXTRA_DIST = 					\
175086d
 	$(desktop_in_files)			\
175086d
 	$(service_in_files)			\