diff -urdb ekiga-3.3.0.orig/plugins/resource-list/rl-entry.cpp ekiga-3.3.0/plugins/resource-list/rl-entry.cpp
--- ekiga-3.3.0.orig/plugins/resource-list/rl-entry.cpp	2010-11-22 12:43:04.000000000 +0300
+++ ekiga-3.3.0/plugins/resource-list/rl-entry.cpp	2011-03-31 01:26:44.000000000 +0400
@@ -161,7 +161,7 @@
 		      boost::bind (&RL::Entry::refresh, this));
 
   if ( !uri.empty ())
-    populated = presence_core->populate_presentity_menu (Ekiga::PresentityPtr (this, null_deleter), uri, builder)
+    populated = presence_core->populate_presentity_menu (Ekiga::PresentityPtr (this, null_deleter()), uri, builder)
       || populated;
 
   return populated;