diff options
| -rw-r--r-- | Makefile.in | 35 | ||||
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | aclocal.m4 | 14 | ||||
| -rwxr-xr-x | configure | 10 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | data/Makefile.in | 60 | ||||
| -rw-r--r-- | data/icons/Makefile.in | 24 | ||||
| -rw-r--r-- | help/Makefile.in | 24 | ||||
| -rw-r--r-- | src/Makefile.in | 33 | ||||
| -rw-r--r-- | src/ui.c | 4 | ||||
| -rw-r--r-- | src/ui.vala | 8 | 
11 files changed, 174 insertions, 44 deletions
| diff --git a/Makefile.in b/Makefile.in index 6e9642c..c249810 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.3 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am.  # @configure_input@  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -15,6 +15,23 @@  @SET_MAKE@  VPATH = @srcdir@ +am__make_dryrun = \ +  { \ +    am__dry=no; \ +    case $$MAKEFLAGS in \ +      *\\[\ \	]*) \ +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \ +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ +      *) \ +        for am__flg in $$MAKEFLAGS; do \ +          case $$am__flg in \ +            *=*|--*) ;; \ +            *n*) am__dry=yes; break;; \ +          esac; \ +        done;; \ +    esac; \ +    test $$am__dry = yes; \ +  }  pkgdatadir = $(datadir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@ @@ -61,6 +78,11 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \  	install-pdf-recursive install-ps-recursive install-recursive \  	installcheck-recursive installdirs-recursive pdf-recursive \  	ps-recursive uninstall-recursive +am__can_run_installinfo = \ +  case $$AM_UPDATE_INFO_DIR in \ +    n|no|NO) false;; \ +    *) (install-info --version) >/dev/null 2>&1;; \ +  esac  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\    distclean-recursive maintainer-clean-recursive  AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ @@ -471,13 +493,10 @@ distdir: $(DISTFILES)  	done  	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \  	  if test "$$subdir" = .; then :; else \ -	    test -d "$(distdir)/$$subdir" \ -	    || $(MKDIR_P) "$(distdir)/$$subdir" \ -	    || exit 1; \ -	  fi; \ -	done -	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -	  if test "$$subdir" = .; then :; else \ +	    $(am__make_dryrun) \ +	      || test -d "$(distdir)/$$subdir" \ +	      || $(MKDIR_P) "$(distdir)/$$subdir" \ +	      || exit 1; \  	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \  	    $(am__relativize); \  	    new_distdir=$$reldir; \ @@ -1,3 +1,7 @@ +Overview of changes in simple-scan 3.4.2 + +  * Fix save dialog filter labels +  Overview of changes in simple-scan 3.4.1    * Always set scanner options in the same order to avoid options resetting @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.11.3 -*- Autoconf -*- +# generated automatically by aclocal 1.11.5 -*- Autoconf -*-  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,  # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, @@ -67,7 +67,7 @@ AC_DEFUN([GNOME_MAINTAINER_MODE_DEFINES],  	DISABLE_DEPRECATED=""  	if test $USE_MAINTAINER_MODE = yes; then -	        DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP" +	        DOMAINS="GCONF BONOBO BONOBO_UI GNOME LIBGLADE GNOME_VFS WNCK LIBSOUP"  	        for DOMAIN in $DOMAINS; do  	               DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES"  	        done @@ -666,8 +666,10 @@ clean-help:  	rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES)  EXTRA_DIST ?= -EXTRA_DIST += $(_HELP_LC_STAMPS) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_POFILES) -EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(_HELP_LINGUAS),$(wildcard $(lc)/$(f)))) +EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) +EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp) +EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) +EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f))))  distdir: distdir-help-files  distdir-help-files: @@ -779,7 +781,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],  [am__api_version='1.11'  dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to  dnl require some minimum version.  Point them to the right macro. -m4_if([$1], [1.11.3], [], +m4_if([$1], [1.11.5], [],        [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl  ]) @@ -795,7 +797,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])  # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.  # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.3])dnl +[AM_AUTOMAKE_VERSION([1.11.5])dnl  m4_ifndef([AC_AUTOCONF_VERSION],    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl  _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -2735,7 +2735,7 @@ fi  # Define the identity of the package.   PACKAGE=simple-scan - VERSION=3.4.1 + VERSION=3.4.2  cat >>confdefs.h <<_ACEOF @@ -2805,7 +2805,7 @@ fi  	DISABLE_DEPRECATED=""  	if test $USE_MAINTAINER_MODE = yes; then -	        DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP" +	        DOMAINS="GCONF BONOBO BONOBO_UI GNOME LIBGLADE GNOME_VFS WNCK LIBSOUP"  	        for DOMAIN in $DOMAINS; do  	               DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES"  	        done @@ -5206,8 +5206,10 @@ clean-help:  	rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES)  EXTRA_DIST ?= -EXTRA_DIST += $(_HELP_LC_STAMPS) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_POFILES) -EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(_HELP_LINGUAS),$(wildcard $(lc)/$(f)))) +EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) +EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp) +EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) +EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f))))  distdir: distdir-help-files  distdir-help-files: diff --git a/configure.ac b/configure.ac index 9a86ec4..ed76d82 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  dnl Process this file with autoconf to produce a configure script.  AC_INIT(configure.ac) -AM_INIT_AUTOMAKE(simple-scan, 3.4.1) +AM_INIT_AUTOMAKE(simple-scan, 3.4.2)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE  GNOME_MAINTAINER_MODE_DEFINES diff --git a/data/Makefile.in b/data/Makefile.in index 842ff5f..679a6c8 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.3 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am.  # @configure_input@  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -16,6 +16,23 @@  @SET_MAKE@  VPATH = @srcdir@ +am__make_dryrun = \ +  { \ +    am__dry=no; \ +    case $$MAKEFLAGS in \ +      *\\[\ \	]*) \ +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \ +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ +      *) \ +        for am__flg in $$MAKEFLAGS; do \ +          case $$am__flg in \ +            *=*|--*) ;; \ +            *n*) am__dry=yes; break;; \ +          esac; \ +        done;; \ +    esac; \ +    test $$am__dry = yes; \ +  }  pkgdatadir = $(datadir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@ @@ -57,6 +74,11 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \  	install-pdf-recursive install-ps-recursive install-recursive \  	installcheck-recursive installdirs-recursive pdf-recursive \  	ps-recursive uninstall-recursive +am__can_run_installinfo = \ +  case $$AM_UPDATE_INFO_DIR in \ +    n|no|NO) false;; \ +    *) (install-info --version) >/dev/null 2>&1;; \ +  esac  am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;  am__vpath_adj = case $$p in \      $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -296,9 +318,18 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)  $(am__aclocal_m4_deps):  install-man1: $(man1_MANS)  	@$(NORMAL_INSTALL) -	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" -	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ -	{ for i in $$list; do echo "$$i"; done; \ +	@list1='$(man1_MANS)'; \ +	list2=''; \ +	test -n "$(man1dir)" \ +	  && test -n "`echo $$list1$$list2`" \ +	  || exit 0; \ +	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ +	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ +	{ for i in $$list1; do echo "$$i"; done;  \ +	if test -n "$$list2"; then \ +	  for i in $$list2; do echo "$$i"; done \ +	    | sed -n '/\.1[a-z]*$$/p'; \ +	fi; \  	} | while read p; do \  	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \  	  echo "$$d$$p"; echo "$$p"; \ @@ -328,8 +359,11 @@ uninstall-man1:  	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)  install-uiDATA: $(ui_DATA)  	@$(NORMAL_INSTALL) -	test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"  	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \ +	if test -n "$$list"; then \ +	  echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \ +	  $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \ +	fi; \  	for p in $$list; do \  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \  	  echo "$$d$$p"; \ @@ -346,8 +380,11 @@ uninstall-uiDATA:  	dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)  install-utilitiesDATA: $(utilities_DATA)  	@$(NORMAL_INSTALL) -	test -z "$(utilitiesdir)" || $(MKDIR_P) "$(DESTDIR)$(utilitiesdir)"  	@list='$(utilities_DATA)'; test -n "$(utilitiesdir)" || list=; \ +	if test -n "$$list"; then \ +	  echo " $(MKDIR_P) '$(DESTDIR)$(utilitiesdir)'"; \ +	  $(MKDIR_P) "$(DESTDIR)$(utilitiesdir)" || exit 1; \ +	fi; \  	for p in $$list; do \  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \  	  echo "$$d$$p"; \ @@ -543,13 +580,10 @@ distdir: $(DISTFILES)  	done  	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \  	  if test "$$subdir" = .; then :; else \ -	    test -d "$(distdir)/$$subdir" \ -	    || $(MKDIR_P) "$(distdir)/$$subdir" \ -	    || exit 1; \ -	  fi; \ -	done -	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ -	  if test "$$subdir" = .; then :; else \ +	    $(am__make_dryrun) \ +	      || test -d "$(distdir)/$$subdir" \ +	      || $(MKDIR_P) "$(distdir)/$$subdir" \ +	      || exit 1; \  	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \  	    $(am__relativize); \  	    new_distdir=$$reldir; \ diff --git a/data/icons/Makefile.in b/data/icons/Makefile.in index aabbb55..6b1c062 100644 --- a/data/icons/Makefile.in +++ b/data/icons/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.3 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am.  # @configure_input@  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -15,6 +15,23 @@  @SET_MAKE@  VPATH = @srcdir@ +am__make_dryrun = \ +  { \ +    am__dry=no; \ +    case $$MAKEFLAGS in \ +      *\\[\ \	]*) \ +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \ +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ +      *) \ +        for am__flg in $$MAKEFLAGS; do \ +          case $$am__flg in \ +            *=*|--*) ;; \ +            *n*) am__dry=yes; break;; \ +          esac; \ +        done;; \ +    esac; \ +    test $$am__dry = yes; \ +  }  pkgdatadir = $(datadir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@ @@ -49,6 +66,11 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)  am__v_at_0 = @  SOURCES =  DIST_SOURCES = +am__can_run_installinfo = \ +  case $$AM_UPDATE_INFO_DIR in \ +    n|no|NO) false;; \ +    *) (install-info --version) >/dev/null 2>&1;; \ +  esac  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  ACLOCAL = @ACLOCAL@  ALL_LINGUAS = @ALL_LINGUAS@ diff --git a/help/Makefile.in b/help/Makefile.in index 3ff9bbb..ea8ba68 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.3 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am.  # @configure_input@  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -15,6 +15,23 @@  @SET_MAKE@  VPATH = @srcdir@ +am__make_dryrun = \ +  { \ +    am__dry=no; \ +    case $$MAKEFLAGS in \ +      *\\[\ \	]*) \ +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \ +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ +      *) \ +        for am__flg in $$MAKEFLAGS; do \ +          case $$am__flg in \ +            *=*|--*) ;; \ +            *n*) am__dry=yes; break;; \ +          esac; \ +        done;; \ +    esac; \ +    test $$am__dry = yes; \ +  }  pkgdatadir = $(datadir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@ @@ -49,6 +66,11 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)  am__v_at_0 = @  SOURCES =  DIST_SOURCES = +am__can_run_installinfo = \ +  case $$AM_UPDATE_INFO_DIR in \ +    n|no|NO) false;; \ +    *) (install-info --version) >/dev/null 2>&1;; \ +  esac  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  ACLOCAL = @ACLOCAL@  ALL_LINGUAS = @ALL_LINGUAS@ diff --git a/src/Makefile.in b/src/Makefile.in index de411ce..4e60a15 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.3 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am.  # @configure_input@  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -16,6 +16,23 @@  @SET_MAKE@  VPATH = @srcdir@ +am__make_dryrun = \ +  { \ +    am__dry=no; \ +    case $$MAKEFLAGS in \ +      *\\[\ \	]*) \ +        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \ +          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ +      *) \ +        for am__flg in $$MAKEFLAGS; do \ +          case $$am__flg in \ +            *=*|--*) ;; \ +            *n*) am__dry=yes; break;; \ +          esac; \ +        done;; \ +    esac; \ +    test $$am__dry = yes; \ +  }  pkgdatadir = $(datadir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@ @@ -87,6 +104,11 @@ am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)  am__v_GEN_0 = @echo "  GEN   " $@;  SOURCES = $(simple_scan_SOURCES)  DIST_SOURCES = $(simple_scan_SOURCES) +am__can_run_installinfo = \ +  case $$AM_UPDATE_INFO_DIR in \ +    n|no|NO) false;; \ +    *) (install-info --version) >/dev/null 2>&1;; \ +  esac  ETAGS = etags  CTAGS = ctags  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -289,8 +311,11 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)  $(am__aclocal_m4_deps):  install-binPROGRAMS: $(bin_PROGRAMS)  	@$(NORMAL_INSTALL) -	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"  	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ +	if test -n "$$list"; then \ +	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ +	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ +	fi; \  	for p in $$list; do echo "$$p $$p"; done | \  	sed 's/$(EXEEXT)$$//' | \  	while read p p1; do if test -f $$p; \ @@ -488,9 +513,9 @@ $(srcdir)/ui.c: $(srcdir)/simple_scan_vala.stamp  	@if test -f $@; then :; else \  	  $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/simple_scan_vala.stamp; \  	fi -$(srcdir)/simple_scan_vala.stamp: $(simple_scan_SOURCES) +$(srcdir)/simple_scan_vala.stamp: config.vapi book.vala book-view.vala colord.vapi jpeglib.vapi page.vala page-view.vala sane.vapi simple-scan.vala scanner.vala ui.vala  	$(AM_V_at)rm -f $@ && echo stamp > $@-t -	$(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) $(simple_scan_VALAFLAGS) $(VALAFLAGS) -C $(simple_scan_SOURCES) +	$(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) $(simple_scan_VALAFLAGS) $(VALAFLAGS) -C config.vapi book.vala book-view.vala colord.vapi jpeglib.vapi page.vala page-view.vala sane.vapi simple-scan.vala scanner.vala ui.vala  	$(AM_V_at)mv -f $@-t $@  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -1342,7 +1342,7 @@ static gchar* simple_scan_choose_file_location (SimpleScan* self) {  	filter = _tmp19_;  	_tmp20_ = filter;  	_tmp21_ = _ ("Image Files"); -	gtk_buildable_set_name ((GtkBuildable*) _tmp20_, _tmp21_); +	gtk_file_filter_set_name (_tmp20_, _tmp21_);  	_tmp22_ = filter;  	gtk_file_filter_add_pixbuf_formats (_tmp22_);  	_tmp23_ = filter; @@ -1356,7 +1356,7 @@ static gchar* simple_scan_choose_file_location (SimpleScan* self) {  	filter = _tmp27_;  	_tmp28_ = filter;  	_tmp29_ = _ ("All Files"); -	gtk_buildable_set_name ((GtkBuildable*) _tmp28_, _tmp29_); +	gtk_file_filter_set_name (_tmp28_, _tmp29_);  	_tmp30_ = filter;  	gtk_file_filter_add_pattern (_tmp30_, "*");  	_tmp31_ = self->priv->save_dialog; diff --git a/src/ui.vala b/src/ui.vala index 3056061..db19d77 100644 --- a/src/ui.vala +++ b/src/ui.vala @@ -351,14 +351,14 @@ public class SimpleScan          /* Filter to only show images by default */          var filter = new Gtk.FileFilter (); -        filter.set_name (/* Save dialog: Filter name to show only image files */ -                         _("Image Files")); +        filter.set_filter_name (/* Save dialog: Filter name to show only image files */ +                                _("Image Files"));          filter.add_pixbuf_formats ();          filter.add_mime_type ("application/pdf");          save_dialog.add_filter (filter);          filter = new Gtk.FileFilter (); -        filter.set_name (/* Save dialog: Filter name to show all files */ -                         _("All Files")); +        filter.set_filter_name (/* Save dialog: Filter name to show all files */ +                                _("All Files"));          filter.add_pattern ("*");          save_dialog.add_filter (filter); | 
