ekiga r7452 - in branches/gnome-2-24: . src/gui



Author: dsandras
Date: Thu Dec 11 18:12:24 2008
New Revision: 7452
URL: http://svn.gnome.org/viewvc/ekiga?rev=7452&view=rev

Log:
Fixed crash on missed call as reported by Thomas Schorpp.


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/src/gui/main.cpp

Modified: branches/gnome-2-24/src/gui/main.cpp
==============================================================================
--- branches/gnome-2-24/src/gui/main.cpp	(original)
+++ branches/gnome-2-24/src/gui/main.cpp	Thu Dec 11 18:12:24 2008
@@ -730,6 +730,8 @@
   audiooutput_core->stop_play_event("ring_tone_sound");
 
   g_free (info);
+
+  ekiga_main_window_update_calling_state (mw, Standby);
 }
 
 



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