diff options
author | jcid <devnull@localhost> | 2007-12-12 21:46:27 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-12-12 21:46:27 +0100 |
commit | f653aeb9f98382f651795803c5796f4a7a05a7fb (patch) | |
tree | 82e6ff7eaf9e2e5c54e52f3a246f4849e6c9bb2a /src/bw.c | |
parent | bd863ef10ed4431d5cb128ce6af959fc39b14eb0 (diff) |
Made the stop button sensitive when loading an image.
Diffstat (limited to 'src/bw.c')
-rw-r--r-- | src/bw.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -135,6 +135,8 @@ void a_Bw_add_client(BrowserWindow *bw, int Key, int Root) /* --Images progress-bar stuff-- */ a_UIcmd_set_img_prog(bw, bw->NumImagesGot, bw->NumImages, 1); } + if (dList_length(bw->RootClients) + dList_length(bw->ImageClients) == 1) + a_UIcmd_set_buttons_sens(bw); } /* |