summaryrefslogtreecommitdiff
path: root/src/nautilus-location-entry.c
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-12-31 18:15:30 +0000
committerAntónio Fernandes <antoniof@gnome.org>2022-01-09 01:44:32 +0000
commitc8fa38f67d646c10ec7068fe6ffd6755f5352709 (patch)
treefe8c340b5e28576fd65c147bb4141dbaf88fe138 /src/nautilus-location-entry.c
parentbb31794019091ff59438b8fa10440e9230614c7a (diff)
downloadnautilus-c8fa38f67d646c10ec7068fe6ffd6755f5352709.tar.gz
general: Drop parameter from GtkEntry::icon-* signals
The signal signature changed and doesn't include a GdkEvent anymore.
Diffstat (limited to 'src/nautilus-location-entry.c')
-rw-r--r--src/nautilus-location-entry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-location-entry.c b/src/nautilus-location-entry.c
index 73fda840f..bc37cc201 100644
--- a/src/nautilus-location-entry.c
+++ b/src/nautilus-location-entry.c
@@ -644,7 +644,6 @@ nautilus_location_entry_text_changed (NautilusLocationEntry *entry,
static void
nautilus_location_entry_icon_release (GtkEntry *gentry,
GtkEntryIconPosition position,
- GdkEvent *event,
gpointer unused)
{
NautilusLocationEntry *entry;