>> > My libnotify version is 0.4.4 and you ? >> >> 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. > Good catch btw, but I really think it is not a good idea from Fedora to > do that. They potentially break many programs. And I can not even modify > Ekiga as it is a local Fedora patch, you will have to apply a patch > yourself. No argement from me!! Cheers for your help, its much appreciated. Peter _______________________________________________ Ekiga-devel-list mailing list Ekiga-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-devel-list