comparison src/ui_misc.c @ 1044:ea4e0c2df854

Fix a compiler warning regarding argument type.
author zas_
date Mon, 08 Sep 2008 15:53:01 +0000
parents 5fc64d6252e7
children 1646720364cf
comparison
equal deleted inserted replaced
1043:5fc64d6252e7 1044:ea4e0c2df854
808 if (description) 808 if (description)
809 { 809 {
810 810
811 #if GTK_CHECK_VERSION(2,12,0) 811 #if GTK_CHECK_VERSION(2,12,0)
812 812
813 gtk_widget_set_tooltip_text(GTK_TOOL_ITEM(item), description); 813 gtk_widget_set_tooltip_text(item, description);
814 814
815 #else 815 #else
816 GtkTooltips *tips; 816 GtkTooltips *tips;
817 817
818 tips = g_object_get_data(G_OBJECT(toolbar), "tooltips"); 818 tips = g_object_get_data(G_OBJECT(toolbar), "tooltips");