summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2017-02-21 17:28:51 +0100
committerDebarshi Ray <debarshir@gnome.org>2017-02-21 19:39:31 +0100
commit97a852cdf3d37776f9c98f730d7dcbbe995bdeb7 (patch)
tree15c0094616b8c088a4a873f73ab97f8eb2f42c3e
parent44f7d2673d4ba19be99dfe6a775b18e67bc4b56e (diff)
downloadlibgd-97a852cdf3d37776f9c98f730d7dcbbe995bdeb7.tar.gz
main-icon-box-child: Rename the style class as tile
Lapo prefers to call it "tile", not "content-tile".
-rw-r--r--libgd/gd-main-icon-box-child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgd/gd-main-icon-box-child.c b/libgd/gd-main-icon-box-child.c
index 386c4f9..545468e 100644
--- a/libgd/gd-main-icon-box-child.c
+++ b/libgd/gd-main-icon-box-child.c
@@ -341,7 +341,7 @@ gd_main_icon_box_child_init (GdMainIconBoxChild *self)
GtkStyleContext *context;
context = gtk_widget_get_style_context (GTK_WIDGET (self));
- gtk_style_context_add_class (context, "content-tile");
+ gtk_style_context_add_class (context, "tile");
}
static void