comparison src/gtkdialogs.c @ 10835:c5f8b6e66455

[gaim-migrate @ 12507] the gevolution plugin works with evolution-data-server 1.0 or 1.2 committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 17 Apr 2005 15:36:28 +0000
parents 9d288fd77d3b
children 1ed57d48ebb2
comparison
equal deleted inserted replaced
10834:76d85ccf7d90 10835:c5f8b6e66455
359 #endif 359 #endif
360 360
361 361
362 g_string_append(str, "<br/> <b>Library Support</b><br/>"); 362 g_string_append(str, "<br/> <b>Library Support</b><br/>");
363 363
364 #if defined(LIBEBOOK_MAJOR_VER) && defined(LIBEBOOK_MINOR_VER) && defined(LIBEBOOK_MICRO_VER) 364 #ifdef HAVE_EVOLUTION_ADDRESSBOOK
365 g_string_append_printf(str, " <b>Evolution:</b> Enabled (Version %i.%i.%i)<br/>", LIBEBOOK_MAJOR_VER, LIBEBOOK_MINOR_VER, LIBEBOOK_MICRO_VER); 365 g_string_append_printf(str, " <b>Evolution Addressbook:</b> Enabled<br/>");
366 #else 366 #else
367 g_string_append_printf(str, " <b>Evolution:</b> Disabled<br/>"); 367 g_string_append_printf(str, " <b>Evolution Addressbook:</b> Disabled<br/>");
368 #endif 368 #endif
369 369
370 #ifdef USE_GTKSPELL 370 #ifdef USE_GTKSPELL
371 g_string_append(str, " <b>GtkSpell:</b> Enabled<br/>"); 371 g_string_append(str, " <b>GtkSpell:</b> Enabled<br/>");
372 #else 372 #else