aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnote/files/patch-src_searchnoteswidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnote/files/patch-src_searchnoteswidget.cpp')
-rw-r--r--deskutils/gnote/files/patch-src_searchnoteswidget.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/gnote/files/patch-src_searchnoteswidget.cpp b/deskutils/gnote/files/patch-src_searchnoteswidget.cpp
deleted file mode 100644
index 91b9910a45f4..000000000000
--- a/deskutils/gnote/files/patch-src_searchnoteswidget.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/searchnoteswidget.cpp.orig 2015-11-28 15:44:34 UTC
-+++ src/searchnoteswidget.cpp
-@@ -1520,7 +1520,7 @@ void SearchNotesWidget::parse_sorting_se
- void SearchNotesWidget::on_rename_notebook()
- {
- Glib::RefPtr<Gtk::TreeSelection> selection = m_notebooksTree->get_selection();
-- if(selection == 0) {
-+ if(!selection) {
- return;
- }
- std::vector<Gtk::TreeModel::Path> selected_row = selection->get_selected_rows();