[bijiben] searchToolbar: Remove 'linked' style class
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] searchToolbar: Remove 'linked' style class
- Date: Sun, 25 Aug 2013 21:21:04 +0000 (UTC)
commit daa536fd3213ee06deed3257238a3b3adf436632
Author: Arnel A. Borja <arnelborja src gnome org>
Date: Sun Aug 25 23:13:51 2013 +0200
searchToolbar: Remove 'linked' style class
This style class is unused and hides a small part of the entry.
https://bugzilla.gnome.org/show_bug.cgi?id=706764
src/bjb-search-toolbar.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/bjb-search-toolbar.c b/src/bjb-search-toolbar.c
index b66e375..2e3fa07 100644
--- a/src/bjb-search-toolbar.c
+++ b/src/bjb-search-toolbar.c
@@ -342,8 +342,6 @@ bjb_search_toolbar_init (BjbSearchToolbar *self)
search_container = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, GTK_ALIGN_CENTER);
gtk_container_add (GTK_CONTAINER (item), search_container);
- context = gtk_widget_get_style_context (GTK_WIDGET (search_container));
- gtk_style_context_add_class (context, "linked");
priv->entry = gd_tagged_entry_new ();
g_object_set (priv->entry, "width_request", 500, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]