aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-03-31 08:03:59 +0800
committerChristian Persch <chpe@src.gnome.org>2008-03-31 08:03:59 +0800
commitcaab64170bf5b9c6ea545e84c68e649b92ac4064 (patch)
treeca14486588fcb260689a0d357b27cdfdc6644b30
parentfcb38646e58fbf1fd33421c7cc9635269c8f5088 (diff)
downloadgsoc2013-epiphany-caab64170bf5b9c6ea545e84c68e649b92ac4064.tar
gsoc2013-epiphany-caab64170bf5b9c6ea545e84c68e649b92ac4064.tar.gz
gsoc2013-epiphany-caab64170bf5b9c6ea545e84c68e649b92ac4064.tar.bz2
gsoc2013-epiphany-caab64170bf5b9c6ea545e84c68e649b92ac4064.tar.lz
gsoc2013-epiphany-caab64170bf5b9c6ea545e84c68e649b92ac4064.tar.xz
gsoc2013-epiphany-caab64170bf5b9c6ea545e84c68e649b92ac4064.tar.zst
gsoc2013-epiphany-caab64170bf5b9c6ea545e84c68e649b92ac4064.zip
Make the extra column pack-end so that when we hide it when it's empty, the other column expands. This makes bookmarks take up all the space instead of being truncated at the half.
svn path=/branches/gnome-2-22/; revision=8174
-rw-r--r--lib/widgets/ephy-location-entry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 6bd3af9ef..b66be340e 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -1076,8 +1076,8 @@ ephy_location_entry_set_completion (EphyLocationEntry *le,
"alignment", PANGO_ALIGN_LEFT,
NULL);
- gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (completion),
- le->priv->extracell, TRUE);
+ gtk_cell_layout_pack_end (GTK_CELL_LAYOUT (completion),
+ le->priv->extracell, TRUE);
gtk_cell_layout_set_cell_data_func (GTK_CELL_LAYOUT (completion),
le->priv->extracell, extracell_data_func,