summaryrefslogtreecommitdiff
blob: 647e53aa5e04f0040fcad05c861b2671f6dbb465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: shutter-0.90/bin/shutter
===================================================================
--- shutter-0.90.orig/bin/shutter
+++ shutter-0.90/bin/shutter
@@ -9396,11 +9396,7 @@ else {
             die "ERROR: imagemagick is missing --> aborting!\n\n";
         }
 
-        #gnome-web-photo
-        unless ( File::Which::which('gnome-web-photo') ) {
-            warn "WARNING: gnome-web-photo is missing --> screenshots of websites will be disabled!\n\n";
-            $gnome_web_photo = FALSE;
-        }
+        $gnome_web_photo = FALSE;
 
         #nautilus-sendto
         unless ( File::Which::which('nautilus-sendto') ) {