From 638b4684c7e4fddfffe7458e6fe2992199df9da1 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 27 Mar 2012 17:16:45 -0500 Subject: e-location-entry: redundant ellipsize-set https://bugzilla.gnome.org/show_bug.cgi?id=672927 --- lib/widgets/ephy-location-entry.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index a6ba5b3fe..b68838f2d 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), -- cgit v1.2.3