[gnote] Remove the synchronisation menu item until Sync is implemented (Closes #585610)
- From: Hubert Figuière <hub src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnote] Remove the synchronisation menu item until Sync is implemented (Closes #585610)
- Date: Wed, 1 Jul 2009 18:13:00 +0000 (UTC)
commit 96eb9f97c5bfe0ccd1779a713e2b677236f89066
Author: Hubert Figuiere <hub figuiere net>
Date: Tue Jun 30 17:31:30 2009 -0400
Remove the synchronisation menu item until Sync is implemented (Closes #585610)
src/notewindow.cpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/notewindow.cpp b/src/notewindow.cpp
index 0f5efa0..e4eaec9 100644
--- a/src/notewindow.cpp
+++ b/src/notewindow.cpp
@@ -461,7 +461,8 @@ namespace gnote {
m_delete_button->set_sensitive(false);
}
tb->insert(*manage(new Gtk::SeparatorToolItem()), -1);
-
+
+#if 0 // Disable because of bug 585610
Gtk::ImageMenuItem *item =
manage(new Gtk::ImageMenuItem (_("Synchronize Notes")));
item->set_image(*manage(new Gtk::Image(Gtk::Stock::CONVERT, Gtk::ICON_SIZE_MENU)));
@@ -469,6 +470,7 @@ namespace gnote {
sigc::mem_fun(*this, &NoteWindow::sync_item_selected));
item->show();
m_plugin_menu->add(*item);
+#endif
tb->show_all();
return tb;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]