# HG changeset patch # User Richard Laager # Date 1130108671 0 # Node ID 08b1dd8aa11cdd72bfc8e4a4c445879d336cd24f # Parent d353f31d17a9adcee369365fc3fc6d82c2ac7b1b [gaim-migrate @ 14062] I don't think the plugin title needs to be shown in the details section, since it's shown in the list above. Also, I'm changing the tabbing on the Website line; if that breaks the layout for others, feel free to revert, but this makes things line up for me. committer: Tailor Script diff -r d353f31d17a9 -r 08b1dd8aa11c src/gtkplugin.c --- a/src/gtkplugin.c Sun Oct 23 22:59:47 2005 +0000 +++ b/src/gtkplugin.c Sun Oct 23 23:04:31 2005 +0000 @@ -191,10 +191,9 @@ g_markup_escape_text(_(plug->info->homepage), -1) : NULL; buf = g_strdup_printf( #ifndef _WIN32 - _("%s %s\n\n" - "%s%s" + _("%s%s" "Written by:\t%s\n" - "Web site:\t\t%s\n" + "Web site:\t%s\n" "File name:\t%s"), #else _("%s %s\n\n" @@ -203,7 +202,7 @@ "Web site: %s\n" "File name: %s"), #endif - pname, plug->info->version, pdesc ? pdesc : "", pdesc ? "\n\n" : "", + pdesc ? pdesc : "", pdesc ? "\n\n" : "", pauth ? pauth : "", pweb ? pweb : "", plug->path); gtk_widget_set_sensitive(pref_button,