We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89afb7a commit ee63807Copy full SHA for ee63807
1 file changed
src/Views/Wallpaper.vala
@@ -516,7 +516,7 @@ public class PantheonShell.Wallpaper : Switchboard.SettingsPage {
516
}
517
518
private void undo_removal () {
519
- wallpaper_model.append (wallpaper_for_removal);
+ wallpaper_model.insert_sorted (wallpaper_for_removal, wallpapers_sort_function);
520
wallpaper_for_removal = null;
521
522
0 commit comments