diff options
author | rbuj <[email protected]> | 2021-10-27 17:30:36 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-01-08 23:02:46 -0500 |
commit | 658fab1f008bff7e1ec147d95baa04bc44c2fbcd (patch) | |
tree | 6cca2b00e83224a53df2bcca3f021c4d5c223c2a /shell/ev-sidebar-bookmarks.c | |
parent | ec957cf18919166ca8b8335475ef06f9fd5f2e67 (diff) | |
download | atril-658fab1f008bff7e1ec147d95baa04bc44c2fbcd.tar.bz2 atril-658fab1f008bff7e1ec147d95baa04bc44c2fbcd.tar.xz |
Use a blank line at most
Diffstat (limited to 'shell/ev-sidebar-bookmarks.c')
-rw-r--r-- | shell/ev-sidebar-bookmarks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ev-sidebar-bookmarks.c b/shell/ev-sidebar-bookmarks.c index 2abdd695..214ca61a 100644 --- a/shell/ev-sidebar-bookmarks.c +++ b/shell/ev-sidebar-bookmarks.c @@ -122,7 +122,6 @@ ev_bookmarks_popup_cmd_rename_bookmark (GtkAction *action, GtkTreeModel *model; GtkTreeIter iter; - selection = gtk_tree_view_get_selection (tree_view); if (gtk_tree_selection_get_selected (selection, &model, &iter)) { GtkTreePath *path; |