summaryrefslogtreecommitdiff
path: root/eel
diff options
context:
space:
mode:
Diffstat (limited to 'eel')
-rw-r--r--eel/eel-background.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/eel/eel-background.c b/eel/eel-background.c
index 94f9a299..9fdb333d 100644
--- a/eel/eel-background.c
+++ b/eel/eel-background.c
@@ -355,8 +355,6 @@ eel_background_ensure_realized (EelBackground *self)
free_background_surface (self);
- /* Calls mate_bg_set_color, which sets "ignore-pending-change" to false,
- and queues emission of changed signal if it's still false */
set_image_properties (self);
window = gtk_widget_get_window (self->details->widget);
@@ -365,12 +363,6 @@ eel_background_ensure_realized (EelBackground *self)
self->details->is_desktop);
self->details->unset_root_surface = self->details->is_desktop;
- /* We got the surface and everything, so we don't care about a change
- that is pending (unless things actually change after this time) */
- g_object_set_data (G_OBJECT (self->details->bg),
- "ignore-pending-change",
- GINT_TO_POINTER (TRUE));
-
self->details->bg_entire_width = width;
self->details->bg_entire_height = height;