paperbox r123 - in trunk: . src



Author: markoa
Date: Sat Mar 15 18:08:57 2008
New Revision: 123
URL: http://svn.gnome.org/viewvc/paperbox?rev=123&view=rev

Log:
Unselect any category on tag selection

Modified:
   trunk/ChangeLog
   trunk/src/main-window.cc

Modified: trunk/src/main-window.cc
==============================================================================
--- trunk/src/main-window.cc	(original)
+++ trunk/src/main-window.cc	Sat Mar 15 18:08:57 2008
@@ -350,9 +350,11 @@
         browser_->get_documents_for_tag(tag, docs);
 
         tile_view_->reset_selection();
-
         render_new_tile_set(docs);
 
+        category_view_->selection->unselect_all();
+        selected_cat_name_ = "";
+
         // "manually" put a marker on the tag in the cloud
         tag_cloud_.select_tag(tag);
     }



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