gtk+ r22417 - in trunk: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r22417 - in trunk: . gtk
- Date: Sat, 28 Feb 2009 00:15:01 +0000 (UTC)
Author: matthiasc
Date: Sat Feb 28 00:15:01 2009
New Revision: 22417
URL: http://svn.gnome.org/viewvc/gtk+?rev=22417&view=rev
Log:
* gtk/gtkiconview.c
(gtk_icon_view_item_accessible_image_set_image_description): Copy
the right string. Pointed out by Tommi Rantala
Modified:
trunk/ChangeLog
trunk/gtk/gtkiconview.c
Modified: trunk/gtk/gtkiconview.c
==============================================================================
--- trunk/gtk/gtkiconview.c (original)
+++ trunk/gtk/gtkiconview.c Sat Feb 28 00:15:01 2009
@@ -7603,7 +7603,7 @@
item = GTK_ICON_VIEW_ITEM_ACCESSIBLE (image);
g_free (item->image_description);
- item->image_description = g_strdup (item->image_description);
+ item->image_description = g_strdup (description);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]