[Ekiga-devel-list] Minor patch



To apply, thanks.  (if (!...) inside the else is useless)

--
Eugen
--- src/gui/main.cpp	2009-02-11 23:27:42.000000000 +0100
+++ src/gui/main.cpp2	2009-02-25 15:21:44.000000000 +0100
@@ -1515,7 +1515,7 @@
 
   if (gm_connect_button_get_connected (GM_CONNECT_BUTTON (mw->priv->connect_button)))
     hangup_call_cb (widget, data);
-  else if (!gm_connect_button_get_connected (GM_CONNECT_BUTTON (mw->priv->connect_button))) {
+  else {
     if (!mw->priv->current_call)
       place_call_cb (widget, data);
     else


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