Ticket #1131: boinc-libnotify.patch

File boinc-libnotify.patch, 580 bytes (added by mjakubicek, 13 years ago)

patch to build with libnotify 0.7

  • boinc_core_release_6_12/clientgui/gtk/taskbarex.cpp

    old new  
    227227    if (!g_pNotification)
    228228    {
    229229        g_pNotification =
    230             notify_notification_new_with_status_icon(
     230            notify_notification_new(
    231231                title.mb_str(),
    232232                message.mb_str(),
    233                 desired_icon,
    234                 g_pStatusIcon
     233                desired_icon
    235234        );
    236235
    237236        g_signal_connect(