diff -r 5eb4f6b78114 -r 25d39bb4d758 pidgin/gtkdialogs.c
--- a/pidgin/gtkdialogs.c Fri Apr 25 16:55:07 2014 +0530
+++ b/pidgin/gtkdialogs.c Tue Apr 29 03:19:51 2014 +0530
@@ -651,12 +651,6 @@
g_string_append(str, "
Gadu-Gadu library (libgadu):Disabled");
#endif
-#ifdef USE_GTKSPELL
- g_string_append(str, "GtkSpell:Enabled");
-#else
- g_string_append(str, "GtkSpell:Disabled");
-#endif
-
#ifdef HAVE_GNUTLS
g_string_append(str, "GnuTLS:Enabled");
#else
@@ -888,9 +882,11 @@
else
pextra = NULL;
+ g_string_append_printf(str, "%s", pname);
+ if (pauthors)
+ g_string_append_printf(str, "%s: %s
",
+ (n_authors > 1 ? "Authors" : "Author"), pauthors ? pauthors : "");
g_string_append_printf(str,
- "%s"
- "%s: %s
"
"Version: %s
"
"License: %s
"
"Website: %s
"
@@ -899,9 +895,6 @@
"Loadable: %s
"
"Loaded: %s"
"
",
- pname ? pname : "",
- (n_authors > 1 ? "Authors" : "Author"),
- pauthors ? pauthors : "",
pver ? pver : "",
plicense ? plicense : "",
pwebsite ? pwebsite : "",