[ekiga] Fix the column headers in the account window



commit f258d45e74859b6ec64f74aba20fe472d2765608
Author: Julien Puydt <jpuydt gnome org>
Date:   Thu Sep 10 13:48:22 2009 +0200

    Fix the column headers in the account window
    
    This fixes bug #594669, thanks Dominik Kopp.

 src/gui/accounts.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/accounts.cpp b/src/gui/accounts.cpp
index 23eb176..f4062aa 100644
--- a/src/gui/accounts.cpp
+++ b/src/gui/accounts.cpp
@@ -564,9 +564,9 @@ gm_accounts_window_new (Ekiga::ServiceCore &core)
 
     "",
     "",
+    "",
     _("Account Name"),
-    _("Status"),
-    ""
+    _("Status")
   };
 
   /* The window */



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