paperbox r156 - in trunk: . src



Author: markoa
Date: Wed Jun  4 10:18:32 2008
New Revision: 156
URL: http://svn.gnome.org/viewvc/paperbox?rev=156&view=rev

Log:
Don't use lightened tag colour in category editor

Modified:
   trunk/ChangeLog
   trunk/src/category-editor.cc

Modified: trunk/src/category-editor.cc
==============================================================================
--- trunk/src/category-editor.cc	(original)
+++ trunk/src/category-editor.cc	Wed Jun  4 10:18:32 2008
@@ -113,6 +113,7 @@
         tag_cloud_model_.reset(
             new DocumentTagCloudModel(TAG_FONT_SIZE, TAG_FONT_SIZE));
         tag_cloud_.set_model(tag_cloud_model_);
+        tag_cloud_.set_lighten_rare_tags(false);
         tag_box_.pack_start(tag_cloud_, true, true);
         tag_cloud_.set_mark_selected_tags(false);
 



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