[gedit] Actually set the tooltip on the recent file actions



commit 2318e70be0f42db6a5730cceab10b16b5ab5b6c9
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Nov 27 11:45:10 2011 +0100

    Actually set the tooltip on the recent file actions
    
    We built the tooltip string but we never set the property.
    Fixes bug #664884.

 gedit/gedit-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gedit/gedit-window.c b/gedit/gedit-window.c
index 2066d9f..53c70b6 100644
--- a/gedit/gedit-window.c
+++ b/gedit/gedit-window.c
@@ -1476,6 +1476,7 @@ update_recent_files_menu (GeditWindow *window)
 		                       "label", label,
 		                       "gicon", icon,
 		                       "always-show-image", TRUE,
+		                       "tooltip", tip,
 		                       NULL);
 
 		g_object_set_data_full (G_OBJECT (action),



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