[nautilus/wip/antoniof/gnome-42: 12/72] Revert "general: Drop parameter from GtkEntry::icon-* signals"
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/gnome-42: 12/72] Revert "general: Drop parameter from GtkEntry::icon-* signals"
- Date: Fri, 11 Feb 2022 19:27:59 +0000 (UTC)
commit 0fa7658d10d286c1096b0f2e8417d0ea0e7a9838
Author: Ondrej Holy <oholy redhat com>
Date: Fri Feb 11 13:50:56 2022 +0100
Revert "general: Drop parameter from GtkEntry::icon-* signals"
This reverts commit c8fa38f67d646c10ec7068fe6ffd6755f5352709.
src/nautilus-compress-dialog-controller.c | 1 +
src/nautilus-location-entry.c | 1 +
src/nautilus-search-popover.c | 1 +
3 files changed, 3 insertions(+)
---
diff --git a/src/nautilus-compress-dialog-controller.c b/src/nautilus-compress-dialog-controller.c
index 13ac2548b..17a5be4b7 100644
--- a/src/nautilus-compress-dialog-controller.c
+++ b/src/nautilus-compress-dialog-controller.c
@@ -308,6 +308,7 @@ 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 bc37cc201..73fda840f 100644
--- a/src/nautilus-location-entry.c
+++ b/src/nautilus-location-entry.c
@@ -644,6 +644,7 @@ 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 be30c7fe0..20559fa9e 100644
--- a/src/nautilus-search-popover.c
+++ b/src/nautilus-search-popover.c
@@ -278,6 +278,7 @@ 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]