Browse Source

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.
Miguel de Icaza 26 years ago
parent
commit
9b10e9a6b0
2 changed files with 7 additions and 1 deletions
  1. 5 0
      gnome/ChangeLog
  2. 2 1
      gnome/gdesktop-icon.c

+ 5 - 0
gnome/ChangeLog

@@ -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

+ 2 - 1
gnome/gdesktop-icon.c

@@ -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);