Subversion Repositories prayer-err

Compare Revisions

Ignore whitespace Rev 8 → Rev 9

/trunk/debian/patches/series
1,2 → 1,3
folder_list_cosmetics.patch
includes.patch
makefile_install_config.patch
/trunk/debian/patches/folder_list_cosmetics.patch
0,0 → 1,30
--- a/prayer/cmd_folders.c
+++ b/prayer/cmd_folders.c
@@ -45,10 +45,10 @@ generate_folder_line(struct session *ses
html_session_bprintf(session, b, "<a href=\"", "\">",
"folders/toggle/%s", name);
if (fi->expanded)
- html_icon(session, b, "down.gif", "[Collapse]");
+ html_icon(session, b, "down.gif", "[-]&nbsp;");
else
- html_icon(session, b, "right.gif", "[Expand]");
- bputs(b, "</a>&nbsp;");
+ html_icon(session, b, "right.gif", "[+]&nbsp;");
+ bputs(b, "</a>");
} else
html_icon(session, b, "blank.gif", "&nbsp;&nbsp;&nbsp;&nbsp;");
--- a/prayer/cmd_favourites.c
+++ b/prayer/cmd_favourites.c
@@ -77,9 +77,9 @@ generate_folder_line(struct session *ses
html_session_bprintf(session, b, "<a href=\"", "\">",
"favourites/toggle/%s", name);
if (fi->expanded)
- html_icon(session, b, "down.gif", "[Collapse]");
+ html_icon(session, b, "down.gif", "[-]&nbsp;");
else
- html_icon(session, b, "right.gif", "[Expand]");
+ html_icon(session, b, "right.gif", "[+]&nbsp;");
bputs(b, "</a>");
} else
html_icon(session, b, "blank.gif", "&nbsp;&nbsp;&nbsp;&nbsp;");
/trunk/debian/changelog
12,8 → 12,11
* New maintainer email address.
* Update README.Debian, removing lies about TLS not being possible to
disable (Closes: #440462).
* folder_list_cosmetics.patch: Remove space between expand/collapse
arrow and folder icon in the folder list and change the alt texts so
that the tree looks nicer in text browsers.
 
-- Magnus Holmgren <holmgren@debian.org> Tue, 13 May 2008 22:30:08 +0200
-- Magnus Holmgren <holmgren@debian.org> Tue, 13 May 2008 22:31:36 +0200
 
prayer (1.0.18-1) experimental; urgency=low