[gnome-photos] main-view: use the generic content-view style class
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] main-view: use the generic content-view style class
- Date: Thu, 16 Aug 2012 23:22:17 +0000 (UTC)
commit 65d1b6e9d264d64a22686e187b06404a8feff30f
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Aug 16 23:01:45 2012 +0200
main-view: use the generic content-view style class
src/gd-main-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gd-main-view.c b/src/gd-main-view.c
index 8c3545e..b009a9f 100644
--- a/src/gd-main-view.c
+++ b/src/gd-main-view.c
@@ -577,7 +577,7 @@ gd_main_view_rebuild (GdMainView *self)
self->priv->current_view = gd_main_list_view_new ();
context = gtk_widget_get_style_context (self->priv->current_view);
- gtk_style_context_add_class (context, "documents-main-view");
+ gtk_style_context_add_class (context, "content-view");
gtk_container_add (GTK_CONTAINER (self), self->priv->current_view);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]