diff options
Diffstat (limited to 'lib/widgets/ephy-location-entry.h')
-rw-r--r-- | lib/widgets/ephy-location-entry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h index f1fba28ce..cdd02130f 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -71,7 +71,8 @@ void ephy_location_entry_set_completion (EphyLocationEntry *le, guint text_col, guint action_col, guint keywords_col, - guint relevance_col); + guint relevance_col, + guint extra_col); void ephy_location_entry_set_location (EphyLocationEntry *le, const char *address, |