ekiga r7403 - in trunk: . src/gui



Author: dsandras
Date: Sat Nov 22 17:15:12 2008
New Revision: 7403
URL: http://svn.gnome.org/viewvc/ekiga?rev=7403&view=rev

Log:
Change type of crash.


Modified:
   trunk/ChangeLog
   trunk/src/gui/main.cpp

Modified: trunk/src/gui/main.cpp
==============================================================================
--- trunk/src/gui/main.cpp	(original)
+++ trunk/src/gui/main.cpp	Sat Nov 22 17:15:12 2008
@@ -2691,7 +2691,7 @@
                   gchar *action,
                   gpointer data)
 {
-  Ekiga::Call *call = (Ekiga::Call *) data;
+  gmref_ptr<Ekiga::Call> call = gmref_ptr<Ekiga::Call> (*(gmref_ptr<Ekiga::Call> *) data);
 
   notify_notification_close (notification, NULL);
 
@@ -2711,7 +2711,6 @@
 {
   EkigaMainWindow *mw;
 
-  std::cout << main_window << std::endl << std::flush;
   g_return_if_fail (main_window != NULL);
 
   mw = EKIGA_MAIN_WINDOW (main_window);
@@ -2738,7 +2737,6 @@
 
   statusicon = GTK_STATUS_ICON (GnomeMeeting::Process ()->GetStatusicon ());
 
-  // FIXME could the call become invalid ?
   const char *utf8_name = call->get_remote_party_name ().c_str ();
   const char *utf8_app = call->get_remote_application ().c_str ();
   const char *utf8_url = call->get_remote_uri ().c_str ();



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