Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 361395 | Differences between
and this patch

Collapse All | Expand All

(-)ekiga-3.3.0.orig/plugins/resource-list/rl-entry.cpp (-1 / +1 lines)
Lines 161-167 Link Here
161
		      boost::bind (&RL::Entry::refresh, this));
161
		      boost::bind (&RL::Entry::refresh, this));
162
162
163
  if ( !uri.empty ())
163
  if ( !uri.empty ())
164
    populated = presence_core->populate_presentity_menu (Ekiga::PresentityPtr (this, null_deleter), uri, builder)
164
    populated = presence_core->populate_presentity_menu (Ekiga::PresentityPtr (this, null_deleter()), uri, builder)
165
      || populated;
165
      || populated;
166
166
167
  return populated;
167
  return populated;

Return to bug 361395