diff options
Diffstat (limited to 'libmisc/ev-page-action-widget.c')
-rw-r--r-- | libmisc/ev-page-action-widget.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libmisc/ev-page-action-widget.c b/libmisc/ev-page-action-widget.c index fae114d8..e19b509a 100644 --- a/libmisc/ev-page-action-widget.c +++ b/libmisc/ev-page-action-widget.c @@ -305,10 +305,10 @@ match_selected_cb (GtkEntryCompletion *completion, g_object_unref (link); gtk_tree_iter_free (iter); - + return TRUE; } - + static void display_completion_text (GtkCellLayout *cell_layout, @@ -331,7 +331,7 @@ display_completion_text (GtkCellLayout *cell_layout, if (link) g_object_unref (link); - + gtk_tree_iter_free (iter); } @@ -413,7 +413,7 @@ build_new_tree_cb (GtkTreeModel *model, g_object_unref (link); return FALSE; } - + type = ev_link_action_get_action_type (action); if (type == EV_LINK_ACTION_TYPE_GOTO_DEST) { @@ -424,9 +424,9 @@ build_new_tree_cb (GtkTreeModel *model, 0, iter, -1); } - + g_object_unref (link); - + return FALSE; } |