ekiga r7607 - trunk/lib/engine/components/opal



Author: jpuydt
Date: Sun Jan 25 12:06:07 2009
New Revision: 7607
URL: http://svn.gnome.org/viewvc/ekiga?rev=7607&view=rev

Log:
Uncommented code I had commented for debugging purposes and forgot to re-enable (!)

Modified:
   trunk/lib/engine/components/opal/sip-endpoint.cpp

Modified: trunk/lib/engine/components/opal/sip-endpoint.cpp
==============================================================================
--- trunk/lib/engine/components/opal/sip-endpoint.cpp	(original)
+++ trunk/lib/engine/components/opal/sip-endpoint.cpp	Sun Jan 25 12:06:07 2009
@@ -683,11 +683,11 @@
 
   /* Signal */
   Opal::Account *account = bank->find_account (strm.str ());
-  //if (account)
-  //  runtime->run_in_main (sigc::bind (sigc::ptr_fun(registration_event_in_main),
-  //			      account->registration_event.make_slot (),
-  //			      was_registering ? Ekiga::AccountCore::Registered : Ekiga::AccountCore::Unregistered,
-  //			      std::string ()));
+  if (account)
+    runtime->run_in_main (sigc::bind (sigc::ptr_fun(registration_event_in_main),
+				      account->registration_event.make_slot (),
+				      was_registering ? Ekiga::AccountCore::Registered : Ekiga::AccountCore::Unregistered,
+				      std::string ()));
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]