nautilus r14179 - in branches/gnome-2-22: . src



Author: cosimoc
Date: Mon May 19 18:12:08 2008
New Revision: 14179
URL: http://svn.gnome.org/viewvc/nautilus?rev=14179&view=rev

Log:
2008-05-19  Cosimo Cecchi  <cosimoc gnome org>

	* src/nautilus-property-browser.c: (make_drag_image):
	Fix a typo that was breaking the image when doing DnD of
	emblems from the property browser.


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/src/nautilus-property-browser.c

Modified: branches/gnome-2-22/src/nautilus-property-browser.c
==============================================================================
--- branches/gnome-2-22/src/nautilus-property-browser.c	(original)
+++ branches/gnome-2-22/src/nautilus-property-browser.c	Mon May 19 18:12:08 2008
@@ -760,7 +760,7 @@
 			g_free (image_file_name);
 		} else {
 			icon_name = nautilus_emblem_get_icon_name_from_keyword (file_name);
-			info = nautilus_icon_info_lookup_from_name (file_name, NAUTILUS_ICON_SIZE_STANDARD);
+			info = nautilus_icon_info_lookup_from_name (icon_name, NAUTILUS_ICON_SIZE_STANDARD);
 			pixbuf = nautilus_icon_info_get_pixbuf_at_size (info, NAUTILUS_ICON_SIZE_STANDARD);
 			g_object_unref (info);
 			g_free (icon_name);



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