eog r4668 - in trunk: . src



Author: friemann
Date: Sat Aug  2 13:39:30 2008
New Revision: 4668
URL: http://svn.gnome.org/viewvc/eog?rev=4668&view=rev

Log:
2008-08-02  Felix Riemann  <friemann svn gnome org>

	* src/eog-window.c: (eog_window_update_recent_files_menu):
	Use name by icon naming specs instead of the deprecated GNOME one for
	the icon in the recent files list. Fixes bug #545873 (Matthias Clasen).


Modified:
   trunk/ChangeLog
   trunk/src/eog-window.c

Modified: trunk/src/eog-window.c
==============================================================================
--- trunk/src/eog-window.c	(original)
+++ trunk/src/eog-window.c	Sat Aug  2 13:39:30 2008
@@ -3543,7 +3543,7 @@
 					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),



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