[nautilus/wip/antoniof/post-gtk4-switch-fixes: 1/13] general: Drop parameter from GtkEntry::icon-* signals




commit 54a6e1e6eed08761eff9a13d8248d5e099cf6f45
Author: António Fernandes <antoniof gnome org>
Date:   Fri Dec 31 18:15:30 2021 +0000

    general: Drop parameter from GtkEntry::icon-* signals
    
    The signal signature changed and doesn't include a GdkEvent anymore.

 src/nautilus-compress-dialog-controller.c | 1 -
 src/nautilus-location-entry.c             | 1 -
 src/nautilus-search-popover.c             | 1 -
 3 files changed, 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]