bug#3043: 23.0.92; GtkFileSelection is deprecated
Jan Djärv <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
Sven Joachim skrev: > 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. > I have checked in a better configure test and some other minor changes so Emacs compiles with -DGTK_DISABLE_DEPRECATED. Jan D.