13 lines
614 B
Diff
13 lines
614 B
Diff
diff -up eog-2.23.5/src/eog-window.c.icon-names eog-2.23.5/src/eog-window.c
|
|
--- eog-2.23.5/src/eog-window.c.icon-names 2008-08-01 11:21:54.000000000 -0400
|
|
+++ eog-2.23.5/src/eog-window.c 2008-08-01 11:22:40.000000000 -0400
|
|
@@ -3543,7 +3543,7 @@ eog_window_update_recent_files_menu (Eog
|
|
gtk_recent_info_ref (info),
|
|
(GDestroyNotify) gtk_recent_info_unref);
|
|
|
|
- g_object_set (G_OBJECT (action), "icon-name", "gnome-mime-image", NULL);
|
|
+ g_object_set (G_OBJECT (action), "icon-name", "image-x-generic", NULL);
|
|
|
|
g_signal_connect (action, "activate",
|
|
G_CALLBACK (eog_window_open_recent_cb),
|