[eog] Force-show icons for recent file list in File menu
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Force-show icons for recent file list in File menu
- Date: Wed, 14 Apr 2010 19:22:57 +0000 (UTC)
commit d8ab8cb6e4ba80962003b75f2aaa50d17d4ad48a
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]