summaryrefslogtreecommitdiff
path: root/src/contacts-list-pane.vala
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2013-08-17 11:52:52 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2013-08-17 14:42:15 -0400
commit69b63120df87ba191409ffb47efed98782688e40 (patch)
tree15d9da704b35e5087f633e36f8e7e5f09e3ebcbb /src/contacts-list-pane.vala
parentd1fc6a4289cc370ee9e22aacf798268e39cfe9c2 (diff)
downloadgnome-contacts-69b63120df87ba191409ffb47efed98782688e40.tar.gz
colors: fixed background
Fixed background color in Contacts.List Fixed background color in "Select a contact" view Fixes bug: https://bugzilla.gnome.org/show_bug.cgi?id=705972
Diffstat (limited to 'src/contacts-list-pane.vala')
-rw-r--r--src/contacts-list-pane.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index 5ac4c4b..f80334e 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -70,7 +70,6 @@ public class Contacts.ListPane : Frame {
}
public ListPane (Store contacts_store) {
- this.get_style_context ().add_class (STYLE_CLASS_SIDEBAR);
this.contacts_store = contacts_store;
this.contacts_view = new View (contacts_store);
var toolbar = new Toolbar ();