Ticket #47572: xfce4-settings.patch
File xfce4-settings.patch, 654 bytes (added by wyatt8750@…, 10 years ago) |
---|
-
xfce4-settings-4.6.5/xfce4-settings-helper/accessibility.c
old new 417 417 if (helper->notification == NULL) 418 418 { 419 419 /* create a new notification */ 420 helper->notification = notify_notification_new (summary, body, "keyboard" , NULL);420 helper->notification = notify_notification_new (summary, body, "keyboard"); 421 421 422 422 /* close signal */ 423 423 g_signal_connect (G_OBJECT (helper->notification), "closed", G_CALLBACK (xfce_accessibility_helper_notification_closed), helper);