Thu, 26 Oct 2006 06:18:51 +0000
[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