mirror of https://github.com/MidnightCommander/mc
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:
parent
ede650eac7
commit
9b10e9a6b0
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue