[tomboy] Make Notebook toolbar button 'important', so text always appears.
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tomboy] Make Notebook toolbar button 'important', so text always appears.
- Date: Wed, 29 Jul 2009 16:41:50 +0000 (UTC)
commit 3519c3b41efb648bcedec40f0bd45c5242804dd0
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Wed Jul 29 09:37:23 2009 -0700
Make Notebook toolbar button 'important', so text always appears.
This makes the button much more useful when the toolbar setting
is 'Text beside items'.
Tomboy/Notebooks/NotebookNoteAddin.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy/Notebooks/NotebookNoteAddin.cs b/Tomboy/Notebooks/NotebookNoteAddin.cs
index 7ae6472..201db5a 100644
--- a/Tomboy/Notebooks/NotebookNoteAddin.cs
+++ b/Tomboy/Notebooks/NotebookNoteAddin.cs
@@ -40,6 +40,7 @@ namespace Tomboy.Notebooks
new ToolMenuButton (Note.Window.Toolbar,
new Gtk.Image (NotebookIcon),
string.Empty, menu);
+ toolButton.IsImportant = true;
toolButton.Homogeneous = false;
Gtk.Tooltips toolbarTips = new Gtk.Tooltips ();
toolbarTips.SetTip (toolButton, Catalog.GetString ("Place this note into a notebook"), null);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]