Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/17ec567266c6c62672aa7...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/17ec567266c6c62672aa729...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/17ec567266c6c62672aa729b0...
The branch, master has been updated
via 17ec567266c6c62672aa729b0488c61c45b5d376 (commit)
from 3b10dbe793c7413769e6e5912e43161bb9762a06 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=17ec567266c6c62672a...
commit 17ec567266c6c62672aa729b0488c61c45b5d376
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Remove redundant check
diff --git a/amiga/gui.c b/amiga/gui.c
index 2fc00b3..d66ac5e 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3141,9 +3141,7 @@ static void ami_gui_hotlist_toolbar_add(struct gui_window_2 *gwin)
RethinkLayout((struct Gadget *)gwin->objects[GID_MAIN],
gwin->win, NULL, TRUE);
- if(gwin->gw->bw) {
- ami_schedule_redraw(gwin, true);
- }
+ ami_schedule_redraw(gwin, true);
}
}
-----------------------------------------------------------------------
Summary of changes:
amiga/gui.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/amiga/gui.c b/amiga/gui.c
index 2fc00b3..d66ac5e 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3141,9 +3141,7 @@ static void ami_gui_hotlist_toolbar_add(struct gui_window_2 *gwin)
RethinkLayout((struct Gadget *)gwin->objects[GID_MAIN],
gwin->win, NULL, TRUE);
- if(gwin->gw->bw) {
- ami_schedule_redraw(gwin, true);
- }
+ ami_schedule_redraw(gwin, true);
}
}
--
NetSurf Browser