summaryrefslogtreecommitdiff
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
parentbb31794019091ff59438b8fa10440e9230614c7a (diff)
downloadnautilus-c8fa38f67d646c10ec7068fe6ffd6755f5352709.tar.gz
general: Drop parameter from GtkEntry::icon-* signals
The signal signature changed and doesn't include a GdkEvent anymore.
-rw-r--r--src/nautilus-compress-dialog-controller.c1
-rw-r--r--src/nautilus-location-entry.c1
-rw-r--r--src/nautilus-search-popover.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/nautilus-compress-dialog-controller.c b/src/nautilus-compress-dialog-controller.c
index 17a5be4b7..13ac2548b 100644
--- a/src/nautilus-compress-dialog-controller.c
+++ b/src/nautilus-compress-dialog-controller.c
@@ -308,7 +308,6 @@ passphrase_entry_on_changed (GtkEditable *editable,
static void
passphrase_entry_on_icon_press (GtkEntry *entry,
GtkEntryIconPosition icon_pos,
- GdkEvent *event,
gpointer user_data)
{
NautilusCompressDialogController *self;
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;
diff --git a/src/nautilus-search-popover.c b/src/nautilus-search-popover.c
index 20559fa9e..be30c7fe0 100644
--- a/src/nautilus-search-popover.c
+++ b/src/nautilus-search-popover.c
@@ -278,7 +278,6 @@ select_type_button_clicked (GtkButton *button,
static void
toggle_calendar_icon_clicked (GtkEntry *entry,
GtkEntryIconPosition position,
- GdkEvent *event,
NautilusSearchPopover *popover)
{
const gchar *current_visible_child;