--- mozplugger-1.3.2/mozplugger.c	2003-09-09 20:45:16.000000000 -0700
+++ mozplugger-1.3.2-kees/mozplugger.c	2003-12-20 16:08:46.000000000 -0800
@@ -786,11 +786,15 @@
 	  }      
      }
 
-     /* Special case for quicktime. If there's an href attribute, we 
+     /* Special case for quicktime. If there's an href or qtsrc attribute, we 
 	want that instead of src but we HAVE to have a src first. */
      for (e = 0; e < argc; e++)
      {
-          if (!strcasecmp("href", argn[e]) && src_attr > -1)
+          D("arg %d(%s): %s\n",e,argn[e],argv[e]);
+          if ((!strcasecmp("href", argn[e]) ||
+	       !strcasecmp("qtsrc", argn[e])) &&
+	      src_attr > -1 &&
+	      !THIS->href)
           {
 	       if (!(THIS->href = strdup(argv[e])))
 		    return NPERR_OUT_OF_MEMORY_ERROR;
--- mozplugger-1.3.2/mozpluggerrc	2003-08-21 10:46:30.000000000 -0700
+++ mozplugger-1.3.2-kees/mozpluggerrc	2003-12-20 16:10:45.000000000 -0800
@@ -18,6 +18,7 @@
 	stream noisy ignore_errors: mplayer -really-quiet -nojoystick -nofs -wid $window -vo x11 -ao oss,alsa9,arts,esd,null -zoom -osdlevel 0 "$file" </dev/null
 	exits noisy nokill: xine -pq "$file"
 
+image/x-macpaint: pntg,mov: Forced Quicktime
 application/x-mplayer2: wmv,asf,mov: Windows Media
 video/x-ms-asf: asf,asx,wma,wax,wmv,wvx: Windows Media
 video/x-ms-wmv: wmv: Windows Media
