+2009-01-11 [paul] 3.7.0cvs28
+
+ * src/gtk/about.c
+ don't even mention printing support, assume its
+ presence, unless building with GTK+ < 2.10.0
+
2009-01-10 [colin] 3.7.0cvs27
* src/codeconv.c
( cvs diff -u -r 1.26.2.40 -r 1.26.2.41 src/foldersel.c; ) > 3.7.0cvs25.patchset
( cvs diff -u -r 1.382.2.493 -r 1.382.2.494 src/compose.c; cvs diff -u -r 1.274.2.294 -r 1.274.2.295 src/mainwindow.c; cvs diff -u -r 1.36.2.162 -r 1.36.2.163 src/common/utils.c; ) > 3.7.0cvs26.patchset
( cvs diff -u -r 1.65.2.65 -r 1.65.2.66 src/codeconv.c; ) > 3.7.0cvs27.patchset
+( cvs diff -u -r 1.4.2.73 -r 1.4.2.74 src/gtk/about.c; ) > 3.7.0cvs28.patchset
gtk_text_buffer_insert(buffer, &iter,
(gchar *)Q_("GnuTLS|adds support for encrypted connections to servers\n"), -1);
-#if GTK_CHECK_VERSION(2,10,0) && !defined(USE_GNOMEPRINT)
- gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
-#else
- gtk_text_buffer_insert_pixbuf(buffer, &iter, inactive_pixbuf);
-#endif
- gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (" GTK+ >= 2.10.0 "), -1,
- "bold", NULL);
- gtk_text_buffer_insert(buffer, &iter,
- (gchar *)Q_("GTK+ >= 2.10.0|adds support for a complete print dialog\n"), -1);
-
#if INET6
gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
#else
gtk_text_buffer_insert(buffer, &iter,
(gchar *)Q_("libetpan|adds support for IMAP and NNTP servers\n"), -1);
+#if !GTK_CHECK_VERSION(2,10,0)
#if USE_GNOMEPRINT
gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
#else
"bold", NULL);
gtk_text_buffer_insert(buffer, &iter,
(gchar *)Q_("libgnomeprint|adds support for a complete print dialog\n"), -1);
+#endif
#if HAVE_LIBSM
gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);