[ekiga] Visual cleanup.



commit bc427f984ea3e7c6db9c1f677f331ba0c0b703f5
Author: Damien Sandras <dsandras beip be>
Date:   Sun Jan 29 18:32:50 2012 +0100

    Visual cleanup.

 src/gui/main_window.cpp |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index bc9adc1..4532884 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -548,10 +548,8 @@ place_call_cb (GtkWidget * /*widget*/,
       uri = uri.substr (0, pos);
 
     // Dial
-    if (!call_core->dial (uri)) {
-
+    if (!call_core->dial (uri))
       gm_statusbar_flash_message (GM_STATUSBAR (mw->priv->statusbar), _("Could not connect to remote host"));
-    }
   }
 }
 



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