Re: [Ekiga-devel-list] Testing of bug 558587
- From: "Peter Robinson" <pbrobinson gmail com>
- To: "Ekiga development mailing list" <ekiga-devel-list gnome org>
- Subject: Re: [Ekiga-devel-list] Testing of bug 558587
- Date: Thu, 13 Nov 2008 23:16:43 +0000
>>> Same, with a couple of patches from upstream. The one that looks like
>>> it might be an issue has the change log entry "Handled extra parameter
>>> of closed signal
>>> " Patch can be seen here
>>> http://cvs.fedoraproject.org/viewvc/rpms/libnotify/F-10/libnotify-closed-reason.patch?view=markup
>>
>> That explains it.
>>
>> Changing the API without changing the version number and breaking
>> compatibility is not a very wise thing to do.
>>
>> Try changing :
>> static void
>> closed_cb (NotifyNotification * /*notify*/,
>> gpointer main_window)
>> in main.cpp into
>> static void
>> closed_cb (NotifyNotification * /*notify*/,
>> gint /*reason*/,
>> gpointer main_window)
>>
>> It should work.
>
> Just building a test at the moment. I should be able to test it shortly.
Initial tests look good to me :-D
Cheers,
Peter
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]