diff options
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r-- | src/ephy-location-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index 5e6a6f610..a87796d3d 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -73,7 +73,7 @@ create_tool_item (EggAction *action) item = GTK_WIDGET (egg_tool_item_new ());//(* EGG_ACTION_CLASS (parent_class)->create_tool_item) (action); location = ephy_location_entry_new (); gtk_container_add (GTK_CONTAINER (item), location); - egg_tool_item_set_expandable (EGG_TOOL_ITEM (item), TRUE); + egg_tool_item_set_expand (EGG_TOOL_ITEM (item), TRUE); gtk_widget_show (location); LOG ("Create location toolitem: Done.") |