ekiga r6308 - in trunk: . src/gui



Author: dsandras
Date: Thu May 22 20:38:22 2008
New Revision: 6308
URL: http://svn.gnome.org/viewvc/ekiga?rev=6308&view=rev

Log:
Added option for show_offline_contacts.


Modified:
   trunk/ChangeLog
   trunk/src/gui/preferences.cpp

Modified: trunk/src/gui/preferences.cpp
==============================================================================
--- trunk/src/gui/preferences.cpp	(original)
+++ trunk/src/gui/preferences.cpp	Thu May 22 20:38:22 2008
@@ -402,10 +402,11 @@
   /* GnomeMeeting GUI */
   subsection =
     gnome_prefs_subsection_new (prefs_window, container,
-                                _("Ekiga GUI"), 1, 2);
+                                _("User Interface"), 2, 2);
 
   gnome_prefs_toggle_new (subsection, _("Start _hidden"), USER_INTERFACE_KEY "start_hidden", _("If enabled, Ekiga will start hidden provided that the notification area is present in the GNOME panel"), 1);
 
+  gnome_prefs_toggle_new (subsection, _("Show offline _contacts"), CONTACTS_KEY "show_offline_contacts", _("If enabled, offline contacts will be shown in the roster"), 2);
 
   /* Video Display */
   subsection =



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