[gnote] Remove unsensitive Font Size menu item



commit 5f310b561aafdf4e82ef2eb6d7b9adcb729d2f3d
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Wed Jun 5 22:25:43 2013 +0300

    Remove unsensitive Font Size menu item
    
    Fixes Bug 701618.

 src/notewindow.cpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/notewindow.cpp b/src/notewindow.cpp
index df28de6..a9dc3ff 100644
--- a/src/notewindow.cpp
+++ b/src/notewindow.cpp
@@ -866,9 +866,6 @@ namespace gnote {
 
       Gtk::SeparatorMenuItem *spacer1 = manage(new Gtk::SeparatorMenuItem());
 
-      Gtk::MenuItem *font_size = manage(new Gtk::MenuItem(_("Font Size")));
-      font_size->set_sensitive(false);
-
       markup_label(m_normal);
       m_normal.set_active(true);
       m_normal.signal_activate()
@@ -917,7 +914,6 @@ namespace gnote {
       append(m_strikeout);
       append(m_highlight);
       append(*spacer1);
-      append(*font_size);
       append(m_small);
       append(m_normal);
       append(m_large);


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