[gnote] Remove image from popup menu item



commit 7c680c67163b3d9f1b6486f43bc45aee7ac6eb82
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Tue May 4 21:51:41 2021 +0300

    Remove image from popup menu item

 src/notewindow.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/notewindow.cpp b/src/notewindow.cpp
index 66d22fb8..f30f6869 100644
--- a/src/notewindow.cpp
+++ b/src/notewindow.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2011-2020 Aurimas Cernius
+ * Copyright (C) 2011-2021 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -384,7 +384,6 @@ namespace gnote {
     spacer1->show ();
 
     Gtk::ImageMenuItem *link = manage(new Gtk::ImageMenuItem(_("_Link to New Note"), true));
-    link->set_image(*manage(new Gtk::Image (Gtk::Stock::JUMP_TO, Gtk::ICON_SIZE_MENU)));
     link->set_sensitive(!m_note.get_buffer()->get_selection().empty());
     link->signal_activate().connect(sigc::mem_fun(*this, &NoteWindow::link_button_clicked));
     link->add_accelerator("activate", m_accel_group, GDK_KEY_L,


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