[gedit/gnome-3-2] Actually set the tooltip on the recent file actions
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/gnome-3-2] Actually set the tooltip on the recent file actions
- Date: Fri, 2 Dec 2011 20:51:29 +0000 (UTC)
commit d0df9b9f037db334552f9c31d37e1b9d4eec8858
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 3d0aad2..1b396be 100644
--- a/gedit/gedit-window.c
+++ b/gedit/gedit-window.c
@@ -1446,6 +1446,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]