summaryrefslogtreecommitdiff
path: root/net-voip/ekiga/files/ekiga-3.3.0-plugins_resource-list_parentheses.patch
blob: 118009968583fdcf16e975e7cbfe445a1ef987cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;