pidgin/gtkdialogs.c

changeset 33948
b6c9e5dd95d1
parent 33842
12ec050117c6
child 33951
3a652f86ca59
equal deleted inserted replaced
33947:7c0420c7ac81 33948:b6c9e5dd95d1
42 #include "gtklog.h" 42 #include "gtklog.h"
43 #include "gtkutils.h" 43 #include "gtkutils.h"
44 #include "gtkwebview.h" 44 #include "gtkwebview.h"
45 #include "pidginstock.h" 45 #include "pidginstock.h"
46 46
47 #ifndef _WIN32
48 #ifdef USE_GSTREAMER 47 #ifdef USE_GSTREAMER
49 #include <gst/gst.h> 48 #include <gst/gst.h>
50 #endif
51 #endif 49 #endif
52 50
53 #include "gtk3compat.h" 51 #include "gtk3compat.h"
54 52
55 static GList *dialogwindows = NULL; 53 static GList *dialogwindows = NULL;
656 g_string_append(str, "<dt>GnuTLS:</dt><dd>Enabled</dd>"); 654 g_string_append(str, "<dt>GnuTLS:</dt><dd>Enabled</dd>");
657 #else 655 #else
658 g_string_append(str, "<dt>GnuTLS:</dt><dd>Disabled</dd>"); 656 g_string_append(str, "<dt>GnuTLS:</dt><dd>Disabled</dd>");
659 #endif 657 #endif
660 658
661 #ifndef _WIN32
662 #ifdef USE_GSTREAMER 659 #ifdef USE_GSTREAMER
663 tmp = gst_version_string(); 660 tmp = gst_version_string();
664 g_string_append_printf(str, "<dt>GStreamer:</dt><dd>%s</dd>", tmp); 661 g_string_append_printf(str, "<dt>GStreamer:</dt><dd>%s</dd>", tmp);
665 g_free(tmp); 662 g_free(tmp);
666 #else 663 #else
667 g_string_append(str, "<dt>GStreamer:</dt><dd>Disabled</dd>"); 664 g_string_append(str, "<dt>GStreamer:</dt><dd>Disabled</dd>");
668 #endif
669 #endif 665 #endif
670 666
671 #ifndef _WIN32 667 #ifndef _WIN32
672 #ifdef ENABLE_MONO 668 #ifdef ENABLE_MONO
673 g_string_append(str, "<dt>Mono:</dt><dd>Enabled</dd>"); 669 g_string_append(str, "<dt>Mono:</dt><dd>Enabled</dd>");

mercurial