[gnome-contacts] Add style class to avatar frame
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Add style class to avatar frame
- Date: Thu, 2 Feb 2012 19:26:32 +0000 (UTC)
commit 31f9d37f31a8cb8444f7888ed76cae76f8d9f76e
Author: Alexander Larsson <alexl redhat com>
Date: Thu Feb 2 20:25:34 2012 +0100
Add style class to avatar frame
This is needed for themeing
src/contacts-avatar-dialog.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-avatar-dialog.vala b/src/contacts-avatar-dialog.vala
index 5d0355b..43d811e 100644
--- a/src/contacts-avatar-dialog.vala
+++ b/src/contacts-avatar-dialog.vala
@@ -245,6 +245,7 @@ public class Contacts.AvatarDialog : Dialog {
grid.set_row_spacing (18);
var frame = new Frame (null);
+ frame.get_style_context ().add_class ("contacts-avatar-frame");
grid.attach (frame, 0, 1, 2, 1);
var frame_grid = new Grid ();
frame_grid.set_orientation (Orientation.VERTICAL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]