[gaim-migrate @ 17586]

Thu, 26 Oct 2006 06:18:51 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 26 Oct 2006 06:18:51 +0000
changeset 14881
93979c609ae7
parent 14880
bc8d5641f21e
child 14882
bdf4c5ff47e2

[gaim-migrate @ 17586]
Add NetworkManager to the library section of the About box.

gtk/gtkdialogs.c file | annotate | diff | comparison | revisions
--- a/gtk/gtkdialogs.c	Thu Oct 26 02:42:42 2006 +0000
+++ b/gtk/gtkdialogs.c	Thu Oct 26 06:18:51 2006 +0000
@@ -534,6 +534,12 @@
 	g_string_append(str, "    <b>Mono:</b> Disabled<br/>");
 #endif
 
+#ifdef HAVE_LIBNM
+	g_string_append(str, "    <b>NetworkManager:</b> Enabled<br/>");
+#else
+	g_string_append(str, "    <b>NetworkManager:</b> Disabled<br/>");
+#endif
+
 #ifdef HAVE_NSS
 	g_string_append(str, "    <b>Network Security Services (NSS):</b> Enabled<br/>");
 #else

mercurial