Re: [Ekiga-devel-list] How to add a new SIP account?



Mike Massonnet wrote:
Le Sat, 30 Aug 2008 17:18:34 +0200,
Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr> a écrit :

jadefranca-ekiga yahoo com br wrote:
Hello! I am using Ekiga 3.0. I can make long distance calls with my
voipdiscount account. But... I'd like to add my Gizmo account too.
How I can do that? I can't find this option. Can anyone help me...
Please!
Edit->Accounts, and Account->Add a sip account in the new window?


I have to say, this disturbed me too the first time I ran Ekiga 3.00.
The menubar is quite not visible, it looks more like a frame title.
Perhaps you could add a mnemonic instead, so we see that Account is
clickable.  Or something :)

The following patch adds A from Account as shortcut, the menu being this more visible:

--- ekiga-svn/src/gui/accounts.cpp	2008-08-29 11:28:56.000000000 +0200
+++ myekiga/src/gui/accounts.cpp	2008-08-30 18:29:28.000000000 +0200
@@ -547,7 +547,7 @@
   g_object_unref (aw->accel);

   aw->menu_item_core =
-    gtk_menu_item_new_with_mnemonic (_("Account"));
+    gtk_menu_item_new_with_mnemonic (_("_Account"));
   gtk_menu_shell_append (GTK_MENU_SHELL (menu_bar),
                          aw->menu_item_core);
   g_object_ref (aw->menu_item_core);

--
Eugen


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