diff options
Diffstat (limited to 'libmisc')
-rw-r--r-- | libmisc/ev-page-action-widget.c | 12 | ||||
-rw-r--r-- | libmisc/ev-page-action-widget.h | 2 | ||||
-rw-r--r-- | libmisc/ev-page-action.h | 2 |
3 files changed, 8 insertions, 8 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; } diff --git a/libmisc/ev-page-action-widget.h b/libmisc/ev-page-action-widget.h index 59e649c9..bd276044 100644 --- a/libmisc/ev-page-action-widget.h +++ b/libmisc/ev-page-action-widget.h @@ -19,7 +19,7 @@ */ #include <atril-view.h> - + #include <gtk/gtk.h> #define EV_TYPE_PAGE_ACTION_WIDGET (ev_page_action_widget_get_type ()) diff --git a/libmisc/ev-page-action.h b/libmisc/ev-page-action.h index 5196397e..3bae66ad 100644 --- a/libmisc/ev-page-action.h +++ b/libmisc/ev-page-action.h @@ -42,7 +42,7 @@ typedef struct _EvPageActionClass EvPageActionClass; struct _EvPageAction { GtkAction parent; - + /*< private >*/ EvPageActionPrivate *priv; }; |