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 571247 - Migrate deprecated GnomePixmap to GtkImage
Migrate deprecated GnomePixmap to GtkImage
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
1.2.x
Other Linux
: Normal normal
: 1.2.8
Assigned To: epiotr
epiotr
Depends on:
Blocks:
 
 
Reported: 2009-02-10 23:17 UTC by André Klapper
Modified: 2009-02-11 22:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-02-10 23:17:10 UTC
GnomePixmap has been replaced by GtkImage

http://library.gnome.org/devel/libgnomeui/stable/GnomePixmap.html
http://library.gnome.org/devel/gtk/stable/GtkImage.html
http://live.gnome.org/LibgnomeMustDie


./gnome-commander/plugins/fileroller/file-roller-plugin.c:
     pixmap = gnome_pixmap_new_from_xpm_d ((const gchar**)file_roller_small_xpm);
./gnome-commander/plugins/test/test-plugin.c:
     pixmap = gnome_pixmap_new_from_xpm_d ((const gchar**) test_plugin_xpm);
./gnome-commander/plugins/cvs/cvs-plugin.c:
     pixmap = gnome_pixmap_new_from_xpm_d ((const gchar**)cvs_plugin_xpm);
./gnome-commander/ChangeLog:
     Replacing obsoleted gnome_pixmap_*() with gdk_pixbuf_*()
Comment 1 epiotr 2009-02-11 22:23:51 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.