soc.2008.vv: 981cd81d: Added whether voice and video support ha...

maiku at soc.pidgin.im maiku at soc.pidgin.im
Wed Jul 16 18:28:55 EDT 2008


-----------------------------------------------------------------
Revision: 981cd81d2954e95b9fea71aa3efc75c94d386a83
Ancestor: 83dfadc3dcb4cf8944bc61877f1e25db159b079a
Author: maiku at soc.pidgin.im
Date: 2008-07-16T21:35:24
Branch: im.pidgin.soc.2008.vv
URL: http://d.pidgin.im/viewmtn/revision/info/981cd81d2954e95b9fea71aa3efc75c94d386a83

Modified files:
        pidgin/gtkdialogs.c

ChangeLog: 

Added whether voice and video support has been enabled in Pidgin's About dialog.

-------------- next part --------------
============================================================
--- pidgin/gtkdialogs.c	5714789df1bbedd17ca19fc2d830a0dc7b17fc31
+++ pidgin/gtkdialogs.c	7557c6f227c72300d24b047a8ac3c8d097ea4097
@@ -670,6 +670,12 @@ if (purple_plugins_find_with_id("core-tc
 	g_string_append(str, "    <b>Tk:</b> Disabled<br/>");
 }
 
+#ifdef USE_VV
+	g_string_append(str, "    <b>Voice and Video:</b> Enabled<br/>");
+#else
+	g_string_append(str, "    <b>Voice and Video:</b> Disabled<br/>");
+#endif
+
 #ifndef _WIN32
 #ifdef USE_SM
 	g_string_append(str, "    <b>X Session Management:</b> Enabled<br/>");


More information about the Commits mailing list