Blob Blame History Raw
diff -Naur gscan2pdf-0.9.30-pristine/bin/gscan2pdf gscan2pdf-0.9.30/bin/gscan2pdf
--- gscan2pdf-0.9.30-pristine/bin/gscan2pdf	2010-02-01 12:29:44.000000000 -0700
+++ gscan2pdf-0.9.30/bin/gscan2pdf	2010-05-09 10:01:19.745493135 -0600
@@ -4121,7 +4121,7 @@
     and $ENV{GNOME_DESKTOP_SESSION_ID} ne '' )
    {
     $client =
-`gconftool --get /desktop/gnome/url-handlers/mailto/command | cut -d ' ' -f 1`;
+`gconftool-2 --get /desktop/gnome/url-handlers/mailto/command | cut -d ' ' -f 1`;
    }
    if ( $client =~ /thunderbird/ ) {
     $status = system("thunderbird -compose attachment=file://$pdf");