Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/7c89bc0d53b4b9a4d23fabed13d323eab3544b24
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/7c89bc0d53b4b9a4d23fabed13d323eab3544b24
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/7c89bc0d53b4b9a4d23fabed13d323eab3544b24

The branch, master has been updated
       via  7c89bc0d53b4b9a4d23fabed13d323eab3544b24 (commit)
      from  37b6233fff6dae4ca92a109295b54d84e9e82381 (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=7c89bc0d53b4b9a4d23fabed13d323eab3544b24
commit 7c89bc0d53b4b9a4d23fabed13d323eab3544b24
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    RISC OS: Dragging favicon drag-saves URL

diff --git a/frontends/riscos/window.c b/frontends/riscos/window.c
index 2b51c2f..4dcdcd7 100644
--- a/frontends/riscos/window.c
+++ b/frontends/riscos/window.c
@@ -833,6 +833,7 @@ ro_gui_window_toolbar_click(void *data,
        if (action_type == TOOLBAR_ACTION_URL) {
                switch (action.url) {
                case TOOLBAR_URL_DRAG_URL:
+               case TOOLBAR_URL_DRAG_FAVICON:
                {
                        gui_save_type save_type;
                        nserror err;


-----------------------------------------------------------------------

Summary of changes:
 frontends/riscos/window.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/frontends/riscos/window.c b/frontends/riscos/window.c
index 2b51c2f..4dcdcd7 100644
--- a/frontends/riscos/window.c
+++ b/frontends/riscos/window.c
@@ -833,6 +833,7 @@ ro_gui_window_toolbar_click(void *data,
        if (action_type == TOOLBAR_ACTION_URL) {
                switch (action.url) {
                case TOOLBAR_URL_DRAG_URL:
+               case TOOLBAR_URL_DRAG_FAVICON:
                {
                        gui_save_type save_type;
                        nserror err;


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to