After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 571236 - Migrate deprecated GnomeFileEntry to GtkFileChooserButton
Migrate deprecated GnomeFileEntry to GtkFileChooserButton
Status: RESOLVED OBSOLETE
Product: gnome-commander
Classification: Other
Component: application
1.2.x
Other Linux
: Normal normal
: 1.4
Assigned To: GNOME Commander maintainer(s)
epiotr
Depends on:
Blocks: 589072
 
 
Reported: 2009-02-10 22:40 UTC by André Klapper
Modified: 2018-08-03 17:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-02-10 22:40:53 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));
Comment 1 epiotr 2011-05-02 17:57:09 UTC
1/4 done: commit d3db357b4de12d2b2bed1125c98f1973b3b140e2 (search: replacing obsoleted GnomeFileEntry with GtkFileChooserButton)
Comment 2 GNOME Infrastructure Team 2018-08-03 17:55:23 UTC
-- 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.