diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-23 03:57:05 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-23 03:57:05 +0800 |
commit | 5b8df4b6ad3dc01e291259c5496194517963a31d (patch) | |
tree | 4628121dcee4d514594c581cafe741fe8d51df9b /embed/mozilla | |
parent | d47cf3976d55464087e82ff8e12486a1772aab29 (diff) | |
download | gsoc2013-epiphany-5b8df4b6ad3dc01e291259c5496194517963a31d.tar gsoc2013-epiphany-5b8df4b6ad3dc01e291259c5496194517963a31d.tar.gz gsoc2013-epiphany-5b8df4b6ad3dc01e291259c5496194517963a31d.tar.bz2 gsoc2013-epiphany-5b8df4b6ad3dc01e291259c5496194517963a31d.tar.lz gsoc2013-epiphany-5b8df4b6ad3dc01e291259c5496194517963a31d.tar.xz gsoc2013-epiphany-5b8df4b6ad3dc01e291259c5496194517963a31d.tar.zst gsoc2013-epiphany-5b8df4b6ad3dc01e291259c5496194517963a31d.zip |
Fix add bookmark from link
2003-06-22 Marco Pesenti Gritti <marco@it.gnome.org>
* src/popup-commands.c: (popup_cmd_bookmark_link):
Fix add bookmark from link
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/EventContext.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/mozilla/EventContext.cpp b/embed/mozilla/EventContext.cpp index 5d8e30075..4f518875f 100644 --- a/embed/mozilla/EventContext.cpp +++ b/embed/mozilla/EventContext.cpp @@ -365,6 +365,10 @@ nsresult EventContext::GetEventContext (nsIDOMEventTarget *EventTarget, } } } + else + { + SetIntProperty ("link_is_smart", FALSE); + } #ifdef NOT_PORTED /* Get the text of the link */ info->linktext = mozilla_get_link_text (node); |