1999-01-22 Federico Mena Quintero <federico@nuclecu.unam.mx>

* gdesktop-icon.c (set_text): Update the call to
	gnome_icon_text_item_configure() for the new API.
This commit is contained in:
Miguel de Icaza 1999-01-22 20:08:38 +00:00
parent ede650eac7
commit 9b10e9a6b0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-01-22 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gdesktop-icon.c (set_text): Update the call to
gnome_icon_text_item_configure() for the new API.
1999-01-21 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gdesktop.c (desktop_drag_data_received): Do not force links on

View File

@ -224,7 +224,8 @@ set_text (DesktopIcon *dicon, char *text)
DESKTOP_SNAP_X,
DESKTOP_ICON_FONT,
text,
TRUE);
TRUE,
FALSE);
gtk_signal_handler_unblock (GTK_OBJECT (dicon->text), dicon->w_changed_id);
gtk_signal_handler_unblock (GTK_OBJECT (dicon->text), dicon->h_changed_id);