bug#3043: 23.0.92; GtkFileSelection is deprecated
Sven Joachim <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
Emacs uses GtkFileSelection in gtkutil.c which has been deprecated in GTK+ 2.12. That means that it will not build with a future GTK+ 3.0, or with -DGTK_DISABLE_DEPRECATED in a current GTK+ 2.x. This problem is not urgent, but it would be good if gtkutil.c could use the GtkFileChooser interface instead.