[gnome-todo] notification-widget: Fix motion controller callback signature



commit cfc691c53f2a87f41124ae9d0e8622ae139997da
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Mar 11 09:47:45 2020 -0300

    notification-widget: Fix motion controller callback signature
    
    The penultimate argument was removed from the signal.

 src/notification/gtd-notification-widget.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/notification/gtd-notification-widget.c b/src/notification/gtd-notification-widget.c
index 957ccae..ea0d1d4 100644
--- a/src/notification/gtd-notification-widget.c
+++ b/src/notification/gtd-notification-widget.c
@@ -134,7 +134,6 @@ on_motion_controller_enter_cb (GtkEventController    *controller,
                                gdouble                x,
                                gdouble                y,
                                GdkCrossingMode        crossing_mode,
-                               GdkNotifyType          notify_type,
                                GtdNotificationWidget *self)
 {
   gtd_notification_stop (self->current_notification);
@@ -143,7 +142,6 @@ on_motion_controller_enter_cb (GtkEventController    *controller,
 static void
 on_motion_controller_leave_cb (GtkEventController    *controller,
                                GdkCrossingMode        crossing_mode,
-                               GdkNotifyType          notify_type,
                                GtdNotificationWidget *self)
 {
   gtd_notification_start (self->current_notification);


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