Ticket #47572: xfce4-settings.patch

File xfce4-settings.patch, 654 bytes (added by wyatt8750@…, 9 years ago)

a patch that should allow xfce4-settings to build with the change in libnotify. I have not tested to make sure that this does not break anything, I just know that it builds with this.

  • xfce4-settings-4.6.5/xfce4-settings-helper/accessibility.c

    old new  
    417417    if (helper->notification == NULL)
    418418    {
    419419        /* create a new notification */
    420         helper->notification = notify_notification_new (summary, body, "keyboard", NULL);
     420        helper->notification = notify_notification_new (summary, body, "keyboard");
    421421
    422422        /* close signal */
    423423        g_signal_connect (G_OBJECT (helper->notification), "closed", G_CALLBACK (xfce_accessibility_helper_notification_closed), helper);