aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-06-21 15:00:35 +0200
committerjcid <devnull@localhost>2008-06-21 15:00:35 +0200
commitce4e15623eac1c7bbb98b86d76db0329d580de3b (patch)
tree35f09a09981799fc65c8e7e8862e981e334d9b7e
parentf8778c841ae05be5cf30afa9fbb00d02c35ef564 (diff)
- Updated AUTHORS
-rw-r--r--AUTHORS9
-rw-r--r--src/uicmd.cc4
2 files changed, 10 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 69a1a375..181e2a0e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,11 +10,14 @@
Core Developers:
* Jorge Arellano Cid
* Sebastian Geerken
-
+ * Johannes Hofmann
+ * Place (aka corvid)
+
Steady developers:
* Livio Baldini
- * Eric Gaudet
- * Jörgen Viksell
+ * Eric Gaudet
+ * Jeremy Henty
+ * Jörgen Viksell
Contributors:
* Lars Clausen
diff --git a/src/uicmd.cc b/src/uicmd.cc
index 27191766..7975237d 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -644,6 +644,10 @@ void a_UIcmd_set_page_prog(BrowserWindow *bw, size_t nbytes, int cmd)
void a_UIcmd_set_img_prog(BrowserWindow *bw, int n_img, int t_img, int cmd)
{
BW2UI(bw)->set_img_prog(n_img, t_img, cmd);
+#if 0
+ if (cmd == 1 && n_img > 0 && n_img == t_img)
+ a_UIcmd_close_bw(bw);
+#endif
}
/*