f-spot r4480 - in trunk: . src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4480 - in trunk: . src
- Date: Fri, 10 Oct 2008 12:35:58 +0000 (UTC)
Author: sdelcroix
Date: Fri Oct 10 12:35:58 2008
New Revision: 4480
URL: http://svn.gnome.org/viewvc/f-spot?rev=4480&view=rev
Log:
2008-10-10 Stephane Delcroix <sdelcroix novell com>
* src/MainWindow.cs:
* src/PhotoView.cs: refresh the TagView on tags changed
Modified:
trunk/ChangeLog
trunk/src/MainWindow.cs
trunk/src/PhotoView.cs
Modified: trunk/src/MainWindow.cs
==============================================================================
--- trunk/src/MainWindow.cs (original)
+++ trunk/src/MainWindow.cs Fri Oct 10 12:35:58 2008
@@ -866,7 +866,7 @@
{
UpdateMenus ();
UpdateTagEntryFromSelection ();
-
+ photo_view.UpdateTagView ();
info_box.Photos = SelectedPhotos ();
}
Modified: trunk/src/PhotoView.cs
==============================================================================
--- trunk/src/PhotoView.cs (original)
+++ trunk/src/PhotoView.cs Fri Oct 10 12:35:58 2008
@@ -217,6 +217,11 @@
changed_photo = Item.Index;
commit_delay.Start ();
}
+
+ public void UpdateTagView ()
+ {
+ tag_view.QueueDraw ();
+ }
private void HandlePhotoChanged (FSpot.PhotoImageView view)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]