[gnome-control-center/wip/jsparber/background] [minor] add comment: the way of setting the background should be changed https://bugzilla.gnome.org/



commit cea26e193b55ea3da02d6b012a77496bc69d088a
Author: Julian Sparber <julian sparber net>
Date:   Fri Feb 2 12:14:20 2018 +0100

    [minor] add comment: the way of setting the background should be changed
    https://bugzilla.gnome.org/show_bug.cgi?id=788515

 panels/background/cc-background-panel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/panels/background/cc-background-panel.c b/panels/background/cc-background-panel.c
index 011da41..59028a3 100644
--- a/panels/background/cc-background-panel.c
+++ b/panels/background/cc-background-panel.c
@@ -389,6 +389,8 @@ on_background_select (GtkFlowBox      *box,
   CcBackgroundItem *item;
   item = cc_background_grid_item_get_item (widget);
 
+  /* FIXME: Do this async because its really slow and it creates a visual
+     delay */
   set_background (panel, panel->settings, item);
   set_background (panel, panel->lock_settings, item);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]