GNOME Bugzilla – Bug 571236
Migrate deprecated GnomeFileEntry to GtkFileChooserButton
Last modified: 2018-08-03 17:55:23 UTC
GnomeFileEntry has been replaced by GtkFileChooserButton: http://library.gnome.org/devel/libgnomeui/stable/GnomeFileEntry.html http://library.gnome.org/devel/gtk/stable/GtkFileChooserButton.html http://live.gnome.org/LibgnomeMustDie ./gnome-commander/libgcmd/libgcmd-widget-factory.c: fentry = gnome_file_entry_new (NULL, NULL); ./gnome-commander/libgcmd/libgcmd-widget-factory.c: entry = gnome_file_entry_gtk_entry (GNOME_FILE_ENTRY (fentry)); ./gnome-commander/src/gnome-cmd-search-dialog.cc: GTK_COMBO (gnome_file_entry_gnome_entry (GNOME_FILE_ENTRY (dialog->priv->dir_browser))), ./gnome-commander/src/gnome-cmd-search-dialog.cc: dialog->priv->dir_entry = gnome_file_entry_gtk_entry (GNOME_FILE_ENTRY (dialog->priv->dir_browser)); ./gnome-commander/src/gnome-cmd-prepare-xfer-dialog.cc: dialog->dest_dir_entry = gnome_file_entry_gtk_entry (GNOME_FILE_ENTRY (dest_dir_fileentry));
1/4 done: commit d3db357b4de12d2b2bed1125c98f1973b3b140e2 (search: replacing obsoleted GnomeFileEntry with GtkFileChooserButton)
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-commander/issues/29.