>>> On 8/25/2009 at 14:19, Julien Puydt <[email protected]> wrote: 
>> If you commit it, can you please let me know the commit id?
> 
> http://git.gnome.org/cgit/ekiga/commit/?id=5395e4741076ece219f0aa1710a4fc589
> a7269b7

Thank you very much! Glad this could be resolved.

I ad to apply a 2nd patch to the code base, as the brp checks of openSUSE 
complained about 'reached end of non void function without return value'.
Find the patch attached for your information (warning: might be completely 
wrong).

Dominique
diff -aurpN ekiga-3.2.5/lib/engine/framework/form-builder.cpp 
ekiga-3.2.5.patched/lib/engine/framework/form-builder.cpp
--- ekiga-3.2.5/lib/engine/framework/form-builder.cpp   2009-07-04 
15:46:07.000000000 +0200
+++ ekiga-3.2.5.patched/lib/engine/framework/form-builder.cpp   2009-08-25 
09:57:41.000000000 +0200
@@ -148,6 +148,7 @@ Ekiga::FormBuilder::hidden (const std::s
        iter++)
     if (iter->name == name)
       return iter->value;
+  return NULL;
 }
 
 bool
_______________________________________________
ekiga-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/ekiga-list

Reply via email to