diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-02 02:54:24 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-02 02:54:24 +0800 |
commit | 47015d29a0d473474643f1cdffcec8e437c60b64 (patch) | |
tree | 1df9fe8e9f14693da510b48dca12b4b0b125bc10 /lib | |
parent | 1bf392262548cf4c6779e1bc6c550b3605aba733 (diff) | |
download | gsoc2013-epiphany-47015d29a0d473474643f1cdffcec8e437c60b64.tar gsoc2013-epiphany-47015d29a0d473474643f1cdffcec8e437c60b64.tar.gz gsoc2013-epiphany-47015d29a0d473474643f1cdffcec8e437c60b64.tar.bz2 gsoc2013-epiphany-47015d29a0d473474643f1cdffcec8e437c60b64.tar.lz gsoc2013-epiphany-47015d29a0d473474643f1cdffcec8e437c60b64.tar.xz gsoc2013-epiphany-47015d29a0d473474643f1cdffcec8e437c60b64.tar.zst gsoc2013-epiphany-47015d29a0d473474643f1cdffcec8e437c60b64.zip |
Fix debug code, smart bookmarks are back in the autocompletion.
2003-04-01 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/ephy-autocompletion.c:
(ephy_autocompletion_update_matches_full_item):
Fix debug code, smart bookmarks are back in the
autocompletion.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-autocompletion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-autocompletion.c b/lib/ephy-autocompletion.c index b2b79d5f3..e8fefdf4a 100644 --- a/lib/ephy-autocompletion.c +++ b/lib/ephy-autocompletion.c @@ -341,7 +341,7 @@ ephy_autocompletion_update_matches_full_item (EphyAutocompletionSource *source, guint32 score, EphyAutocompletionPrivate *p) { - g_return_if_fail (item != NULL); + g_return_if_fail ((item != NULL) || is_action); if (is_action || (substring && g_strrstr (item, p->keys[0])) || |