[eog/gnome-2-32: 2/34] Force-show icons for recent file list in File menu
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog/gnome-2-32: 2/34] Force-show icons for recent file list in File menu
- Date: Wed, 4 Aug 2010 22:11:54 +0000 (UTC)
commit 6fbd5c6a55680b98759574d1eddcec10ad7f2aa5
Author: Hylke Bons <hylkebons gmail com>
Date: Wed Apr 14 20:48:44 2010 +0200
Force-show icons for recent file list in File menu
(bug 614405)
src/eog-window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index 044c28e..d216654 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -4050,6 +4050,7 @@ eog_window_update_recent_files_menu (EogWindow *window)
tip = g_uri_unescape_string (gtk_recent_info_get_uri (info), NULL);
action = gtk_action_new (action_name, label, tip, NULL);
+ gtk_action_set_always_show_image (action, TRUE);
g_object_set_data_full (G_OBJECT (action), "gtk-recent-info",
gtk_recent_info_ref (info),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]