13 lines
547 B
Diff
13 lines
547 B
Diff
--- a/src/gs-manager.c
|
|
+++ b/src/gs-manager.c
|
|
@@ -820,8 +820,7 @@ apply_background_to_window (GSManager *manager,
|
|
surface = gnome_bg_create_surface (manager->priv->bg,
|
|
gdk_window,
|
|
width,
|
|
- height,
|
|
- FALSE);
|
|
+ height);
|
|
gs_window_set_background_surface (window, surface);
|
|
cairo_surface_destroy (surface);
|
|
}
|