[gnote] Remove searching when opening from backlinks



commit 8f3ef2e9b6f52a1051e93b3f05dc628fda6f25ee
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Tue May 14 23:11:13 2013 +0300

    Remove searching when opening from backlinks

 src/addins/backlinks/backlinkmenuitem.cpp |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/addins/backlinks/backlinkmenuitem.cpp b/src/addins/backlinks/backlinkmenuitem.cpp
index 596042b..7d36924 100644
--- a/src/addins/backlinks/backlinkmenuitem.cpp
+++ b/src/addins/backlinks/backlinkmenuitem.cpp
@@ -49,13 +49,6 @@ void BacklinkMenuItem::on_activate()
     return;
   }
 
-  // Show the title of the note
-  // where the user just came from.
-  gnote::NoteFindBar & find = m_note->get_window()->get_find_bar();
-  find.show_all ();
-  find.property_visible() = true;
-  find.set_search_text(m_title_search);
-  
   gnote::MainWindow *window = gnote::MainWindow::get_owning(*this);
   if(!window) {
     window = &gnote::IGnote::obj().new_main_window();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]