[gnome-contacts: 9/13] Set background of GdkWindow
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts: 9/13] Set background of GdkWindow
- Date: Mon, 21 May 2012 19:09:29 +0000 (UTC)
commit a2d1672bf1baef4120f2c365320b42d472f2b350
Author: Alexander Larsson <alexl redhat com>
Date: Mon May 21 14:15:37 2012 +0200
Set background of GdkWindow
egg-list-box.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/egg-list-box.vala b/egg-list-box.vala
index 1d1f085..c56c4ad 100644
--- a/egg-list-box.vala
+++ b/egg-list-box.vala
@@ -645,6 +645,7 @@ public class Egg.ListBox : Container {
var window = new Gdk.Window (get_parent_window (), attributes,
Gdk.WindowAttributesType.X |
Gdk.WindowAttributesType.Y);
+ this.get_style_context ().set_background (window);
window.set_user_data (this);
this.set_window (window);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]