gnome-scan r677 - in trunk: . lib



Author: bersace
Date: Sun Dec 14 14:07:21 2008
New Revision: 677
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=677&view=rev

Log:
Use option description as tooltip.

Modified:
   trunk/ChangeLog
   trunk/lib/gnome-scan-option-widget.vala

Modified: trunk/lib/gnome-scan-option-widget.vala
==============================================================================
--- trunk/lib/gnome-scan-option-widget.vala	(original)
+++ trunk/lib/gnome-scan-option-widget.vala	Sun Dec 14 14:07:21 2008
@@ -36,6 +36,7 @@
 		public bool		expand		{get; set;}
 
 		construct {
+			this.tooltip_text = option.desc;
 			this.option.notify["active"] += this.on_option_active_changed;
 			this.auto_hide(option);
 		}



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