ekiga r6261 - in trunk: . lib/engine/gui/gtk-frontend
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6261 - in trunk: . lib/engine/gui/gtk-frontend
- Date: Sat, 17 May 2008 18:42:23 +0000 (UTC)
Author: dsandras
Date: Sat May 17 18:42:22 2008
New Revision: 6261
URL: http://svn.gnome.org/viewvc/ekiga?rev=6261&view=rev
Log:
Disabled instant messaging for now. Will be fixed tomorrow.
Modified:
trunk/ChangeLog
trunk/lib/engine/gui/gtk-frontend/chat-window-page.cpp
Modified: trunk/lib/engine/gui/gtk-frontend/chat-window-page.cpp
==============================================================================
--- trunk/lib/engine/gui/gtk-frontend/chat-window-page.cpp (original)
+++ trunk/lib/engine/gui/gtk-frontend/chat-window-page.cpp Sat May 17 18:42:22 2008
@@ -395,10 +395,12 @@
if (!message.empty ()) {
- Ekiga::CallCore *call_core = dynamic_cast<Ekiga::CallCore *>(self->priv->core.get ("call-core"));
+ //GMManager *call_core = dynamic_cast<GMManager *>(self->priv->core.get ("opal-component"));
- if (call_core)
- call_core->send_message (self->priv->uri, message);
+ //
+ std::cout << "FIXME" << std::endl << std::flush;
+// if (call_core)
+ // call_core->send_message (self->priv->uri, message);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]