]> www.fi.muni.cz Git - evince.git/commit
Allow exporting images in any format supported by GdkPixbuf. Fixes bug
authorCarl-Anton Ingmarsson <c-a.ingmarsson@oktv.se>
Sun, 30 Dec 2007 16:27:31 +0000 (16:27 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sun, 30 Dec 2007 16:27:31 +0000 (16:27 +0000)
commitec8b42c7daf3f2727a6d2d517922dfa699b35bbc
tree65307c384885cc89aaae023b5e95d3d383190df5
parent09ab2eb203c380d4a952adaa44d5bd4a6f83fe07
Allow exporting images in any format supported by GdkPixbuf. Fixes bug

2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
* configure.ac:
* cut-n-paste/Makefile.am:
* cut-n-paste/fileformatchooser/Makefile.am:
* cut-n-paste/fileformatchooser/egg-macros.h:
* cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
* shell/Makefile.am:
* shell/ev-window.c: (image_save_dialog_response_cb),
(ev_view_popup_cmd_save_image_as):
Allow exporting images in any format supported by
GdkPixbuf. Fixes bug #500209.

svn path=/trunk/; revision=2791
ChangeLog
configure.ac
cut-n-paste/Makefile.am
cut-n-paste/fileformatchooser/Makefile.am [new file with mode: 0644]
cut-n-paste/fileformatchooser/egg-macros.h [new file with mode: 0644]
cut-n-paste/fileformatchooser/eggfileformatchooser.c [new file with mode: 0644]
cut-n-paste/fileformatchooser/eggfileformatchooser.h [new file with mode: 0644]
shell/Makefile.am
shell/ev-window.c