aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-04-02 02:54:24 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-02 02:54:24 +0800
commit47015d29a0d473474643f1cdffcec8e437c60b64 (patch)
tree1df9fe8e9f14693da510b48dca12b4b0b125bc10
parent1bf392262548cf4c6779e1bc6c550b3605aba733 (diff)
downloadgsoc2013-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.
-rw-r--r--ChangeLog8
-rw-r--r--lib/ephy-autocompletion.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08132b596..724b59d47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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.
+
+2003-04-01 Marco Pesenti Gritti <marco@it.gnome.org>
+
* lib/egg/Makefile.am:
* lib/egg/egg-accel-dialog.c:
* lib/egg/egg-action-group.c:
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])) ||