[epiphany] e-location-entry: redundant ellipsize-set
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] e-location-entry: redundant ellipsize-set
- Date: Fri, 30 Mar 2012 20:00:05 +0000 (UTC)
commit 638b4684c7e4fddfffe7458e6fe2992199df9da1
Author: Diego Escalante Urrelo <diegoe igalia com>
Date: Tue Mar 27 17:16:45 2012 -0500
e-location-entry: redundant ellipsize-set
https://bugzilla.gnome.org/show_bug.cgi?id=672927
lib/widgets/ephy-location-entry.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index a6ba5b3..b68838f 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -1034,10 +1034,7 @@ ephy_location_entry_set_completion (EphyLocationEntry *entry,
cell, "pixbuf", favicon_col);
cell = gtk_cell_renderer_text_new ();
- g_object_set (cell,
- "ellipsize", PANGO_ELLIPSIZE_END,
- "ellipsize-set", TRUE,
- NULL);
+ g_object_set (cell, "ellipsize", PANGO_ELLIPSIZE_END, NULL);
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (completion),
cell, TRUE);
gtk_cell_layout_add_attribute (GTK_CELL_LAYOUT (completion),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]