diff -Nru xfdesktop4-4.8.3/debian/changelog xfdesktop4-4.8.3/debian/changelog --- xfdesktop4-4.8.3/debian/changelog 2012-03-01 20:16:48.000000000 +0000 +++ xfdesktop4-4.8.3/debian/changelog 2012-03-05 22:34:23.000000000 +0000 @@ -1,3 +1,11 @@ +xfdesktop4 (4.8.3-2ubuntu5) precise; urgency=low + + * debian/patches: + - 0017-Single-click-option-to-open-items-on-desktop.patch: fix badly + formatted patch. lp: #945018 + + -- Lionel Le Folgoc Mon, 05 Mar 2012 23:34:13 +0100 + xfdesktop4 (4.8.3-2ubuntu4) precise; urgency=low * xubuntu_hide-ugly-resize-grip.patch: diff -Nru xfdesktop4-4.8.3/debian/patches/0017-Single-click-option-to-open-items-on-desktop.patch xfdesktop4-4.8.3/debian/patches/0017-Single-click-option-to-open-items-on-desktop.patch --- xfdesktop4-4.8.3/debian/patches/0017-Single-click-option-to-open-items-on-desktop.patch 2012-02-19 22:30:42.000000000 +0000 +++ xfdesktop4-4.8.3/debian/patches/0017-Single-click-option-to-open-items-on-desktop.patch 2012-03-05 22:33:35.000000000 +0000 @@ -41,7 +41,6 @@ dialog = GTK_WIDGET(gtk_builder_get_object(main_gxml, "prefs_dialog")); appearance_container = GTK_WIDGET(gtk_builder_get_object(main_gxml, - "notebook_screens")); @@ -1284,6 +1285,9 @@ xfdesktop_settings_dialog_add_screens(GtkBuilder *main_gxml, "chk_custom_font_size")); spin_font_size = GTK_WIDGET(gtk_builder_get_object(main_gxml, "spin_font_size")); @@ -61,7 +60,7 @@ + "active"); setup_special_icon_list(main_gxml, channel); - } + diff --git a/settings/xfdesktop-settings-ui.glade b/settings/xfdesktop-settings-ui.glade index 5fcc836..eef177e 100644 --- a/settings/xfdesktop-settings-ui.glade