ekiga r6346 - in trunk: . src/gui
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6346 - in trunk: . src/gui
- Date: Mon, 2 Jun 2008 20:10:37 +0000 (UTC)
Author: dsandras
Date: Mon Jun 2 20:10:37 2008
New Revision: 6346
URL: http://svn.gnome.org/viewvc/ekiga?rev=6346&view=rev
Log:
Removed oldish pref.
Modified:
trunk/ChangeLog
trunk/ekiga.schemas.in.in
trunk/src/gui/preferences.cpp
Modified: trunk/ekiga.schemas.in.in
==============================================================================
--- trunk/ekiga.schemas.in.in (original)
+++ trunk/ekiga.schemas.in.in Mon Jun 2 20:10:37 2008
@@ -533,17 +533,6 @@
</locale>
</schema>
<schema>
- <key>/schemas/apps/@PACKAGE_NAME@/protocols/h323/default_gateway</key>
- <applyto>/apps/@PACKAGE_NAME@/protocols/h323/default_gateway</applyto>
- <owner>Ekiga</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Gateway/proxy host</short>
- <long>The Gateway host is the host to use to do H.323 calls through a gateway that will relay calls</long>
- </locale>
- </schema>
- <schema>
<key>/schemas/apps/@PACKAGE_NAME@/protocols/h323/forward_host</key>
<applyto>/apps/@PACKAGE_NAME@/protocols/h323/forward_host</applyto>
<owner>Ekiga</owner>
Modified: trunk/src/gui/preferences.cpp
==============================================================================
--- trunk/src/gui/preferences.cpp (original)
+++ trunk/src/gui/preferences.cpp Mon Jun 2 20:10:37 2008
@@ -620,8 +620,6 @@
subsection = gnome_prefs_subsection_new (prefs_window, container,
_("Misc Settings"), 2, 2);
- gnome_prefs_entry_new (subsection, _("Default _gateway:"), H323_KEY "default_gateway", _("The Gateway host is the host to use to do H.323 calls through a gateway that will relay calls"), 0, false);
-
entry =
gnome_prefs_entry_new (subsection, _("Forward _URI:"), H323_KEY "forward_host", _("The host where calls should be forwarded if call forwarding is enabled"), 1, false);
if (!strcmp (gtk_entry_get_text (GTK_ENTRY (entry)), ""))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]