[gitg] Remove content-view style from commit list
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Remove content-view style from commit list
- Date: Sun, 17 Mar 2013 10:42:12 +0000 (UTC)
commit 11dbccf6357f84002efb0e044a9b995563726827
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sun Mar 17 11:41:54 2013 +0100
Remove content-view style from commit list
libgitg-gtk/gitg-gtk-commit-list-view.vala | 3 ---
plugins/history/resources/view-history.ui | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/libgitg-gtk/gitg-gtk-commit-list-view.vala b/libgitg-gtk/gitg-gtk-commit-list-view.vala
index ba95784..b4f3e8c 100644
--- a/libgitg-gtk/gitg-gtk-commit-list-view.vala
+++ b/libgitg-gtk/gitg-gtk-commit-list-view.vala
@@ -86,9 +86,6 @@ namespace GitgGtk
lanes_data_func);
}
}
-
- var context = get_style_context();
- context.add_class("content-view");
}
}
}
diff --git a/plugins/history/resources/view-history.ui b/plugins/history/resources/view-history.ui
index 3993a38..a09c878 100644
--- a/plugins/history/resources/view-history.ui
+++ b/plugins/history/resources/view-history.ui
@@ -14,9 +14,6 @@
<property name="rules_hint">True</property>
<property name="fixed-height-mode">True</property>
<property name="headers-visible">False</property>
- <style>
- <class name="content-view"/>
- </style>
<child>
<object class="GtkTreeViewColumn" id="column_commit_list_subject">
<property name="title" translatable="yes">Subject</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]