nautilus r14178 - in trunk: . src
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r14178 - in trunk: . src
- Date: Mon, 19 May 2008 18:11:35 +0000 (UTC)
Author: cosimoc
Date: Mon May 19 18:11:35 2008
New Revision: 14178
URL: http://svn.gnome.org/viewvc/nautilus?rev=14178&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:
trunk/ChangeLog
trunk/src/nautilus-property-browser.c
Modified: trunk/src/nautilus-property-browser.c
==============================================================================
--- trunk/src/nautilus-property-browser.c (original)
+++ trunk/src/nautilus-property-browser.c Mon May 19 18:11:35 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]