[glabels/vala] Follow modified state and adjust verbs.



commit 38d97884365b504d547c1ca7c205e4abac3137da
Author: Jim Evins <evins snaught com>
Date:   Fri Mar 23 22:30:40 2012 -0400

    Follow modified state and adjust verbs.

 glabels/window.vala |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/glabels/window.vala b/glabels/window.vala
index 0a9575b..e349b73 100644
--- a/glabels/window.vala
+++ b/glabels/window.vala
@@ -268,8 +268,7 @@ namespace glabels
 		private void on_modified_changed()
 		{
 			set_window_title( view.label );
-
-			/* TODO: update modified verbs. */
+			ui.update_modified_verbs( view.label );
 		}
 
 



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